Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | change arguments to suser. suser now takes the process, and a flags | 2003-08-15 | 1 | -3/+3 | ||
| | | | | | | | | | argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@ | |||||
* | AN_RID_ACTUALCFG gets the same endianesslessness as AN_RID_GENCONFIG | 2003-06-25 | 1 | -1/+3 | ||
| | ||||||
* | no need for an explicit <machine/intr.h> inclusion | 2003-06-23 | 1 | -2/+1 | ||
| | ||||||
* | use ifp->if_sadl whether possible. | 2002-07-10 | 1 | -9/+4 | ||
| | ||||||
* | a step towards consistancy; in general: | 2002-06-09 | 1 | -16/+16 | ||
| | | | | | 'struct arpcom foo' -> 'struct arpcom sc_arpcom' ok itojun@ | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -25/+25 | ||
| | ||||||
* | sync with KAME | 2002-03-12 | 1 | -3/+8 | ||
| | | | | | ALTQify more drivers. ok millert@ | |||||
* | proper data length handling on read; from toby@svector.co.uk | 2002-01-02 | 1 | -8/+14 | ||
| | ||||||
* | if_media support, from freebsd | 2001-09-29 | 1 | -3/+117 | ||
| | ||||||
* | Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLEN | 2001-07-08 | 1 | -2/+1 | ||
| | | | | | | (or ifqmaxlen); it's done in if_attach() now. No future drivers needs to set up this anymore unless they want to use something else. | |||||
* | remove struct and contsts duplicated in between the files. | 2001-06-25 | 1 | -102/+160 | ||
| | | | | | make it work on powerpc. improve performance by using the bus_*_multi_* finctions instead of loops. | |||||
* | use ether_input_mbuf | 2001-06-23 | 1 | -7/+5 | ||
| | ||||||
* | inconsistantly redundant returns | 2001-06-10 | 1 | -21/+1 | ||
| | ||||||
* | No colon after "address" when printing out Ethernet address. | 2001-04-17 | 1 | -2/+2 | ||
| | ||||||
* | Avoid resetting the interface when not needed; allows temporary WEP keys | 2001-04-16 | 1 | -20/+19 | ||
| | | | | | | to work. ALso optimize some interactions with the card. Fixes rest of PR 1754; ok deraadt@ | |||||
* | Always fully reset the card on an_init() | 2001-02-27 | 1 | -15/+15 | ||
| | | | | | | Call an_init() when setting and clearing promisc; makes transmitter work after turning off promiscuous mode Identify RID in an_read_record() on failure | |||||
* | Allow configuration of WEP. From FreeBSD; ok aaron@ | 2001-02-26 | 1 | -2/+26 | ||
| | ||||||
* | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | 2001-02-20 | 1 | -2/+2 | ||
| | ||||||
* | BSS mode by default. | 2001-01-10 | 1 | -2/+2 | ||
| | ||||||
* | allow rx to work after tcpdump; ok art@ | 2000-06-20 | 1 | -3/+3 | ||
| | ||||||
* | KNF | 2000-06-20 | 1 | -13/+25 | ||
| | ||||||
* | After bpf_mtap(), in promisc mode, don't drop packets that aren't for us here; | 2000-06-20 | 1 | -9/+6 | ||
| | | | | that is done in ether_input(); jason@ ok | |||||
* | Insert missing splx(); me and roberto@ns2.freenix.org. | 2000-06-19 | 1 | -2/+4 | ||
| | | | | Hacking at USENIX 2000 :-) | |||||
* | Initialize the signal quality cache iff ANCACHE | 2000-06-18 | 1 | -1/+7 | ||
| | | | | Only allow superuser to clear the signal quality cache | |||||
* | Thou shalt not bequeath to mere mortals the ability to change the configuration | 2000-06-18 | 1 | -1/+6 | ||
| | | | | of an Aironet device. | |||||
* | Fix an off-by-one error that caused uvm_fault() whenever changing any an(4) | 2000-06-18 | 1 | -2/+2 | ||
| | | | | | configuration options with ancontrol(8). Now USENIX attendees can use the wireless setup :-) | |||||
* | hide debugging printfs | 2000-04-06 | 1 | -6/+6 | ||
| | ||||||
* | aironet 802.11 ds driver from freebsd, isa and pci are missing | 2000-04-03 | 1 | -0/+1415 | ||