Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-10 | shorten some things I added at Theo's request | Todd C. Miller | |
2001-06-10 | In wi_cmd() wait for the busy bit to clear; from NetBSD (ichiro) | Todd C. Miller | |
2001-06-10 | free commit from art | Michael Shalayeff | |
2001-06-10 | Art error #2 | Theo de Raadt | |
2001-06-10 | Art error #1 | Theo de Raadt | |
2001-06-10 | Semicolons are better added in canada to save cross atlantic bandwith. | Bob Beck | |
2001-06-09 | fix art oopsie so this compiles | Bob Beck | |
2001-06-09 | Updates from NetBSD: | Todd C. Miller | |
o Endian fixes o Missing WI_RID_AUTH_CNTL and WI_RID_MICROWAVE_OVEN bits o Move promisc mode setting to be before prism2 detect since some prism2 firmware revs need to have promisc to support WEP and it is useless to set promisc and then clear it again. o Add missing clear of ifp->if_timer when IFF_OACTIVE is cleared | |||
2001-06-09 | Inclusion protection. | Angelos D. Keromytis | |
2001-06-09 | Not needed anymore. | Angelos D. Keromytis | |
2001-06-09 | No need for net/net_osdep.h | Angelos D. Keromytis | |
2001-06-09 | Include cleanup. | Angelos D. Keromytis | |
2001-06-09 | Include cleanup | Angelos D. Keromytis | |
2001-06-09 | These don't need net_osdep.h | Angelos D. Keromytis | |
2001-06-09 | Whitespace cleanup. | Angelos D. Keromytis | |
2001-06-09 | By popular demand, protect from multiple inclusion, and fix to use the | Angelos D. Keromytis | |
same naming style. | |||
2001-06-09 | Protect from multiple inclusion. | Angelos D. Keromytis | |
2001-06-09 | Less aggressive include cleanup, so it won't piss of Theo again (one hopes) | Angelos D. Keromytis | |
2001-06-09 | Account for timer interrupts which occur while timer is "blocked". | Dale Rahn | |
Current change will cause the timer(s) missed to be noticed on the next timer interrupt and then it will be accounted for. This really should set a soft interrupt or an interrupt pending bit for the timer, to more accurately reflect when the timer should have occurred. System time should no longer be lost with this change. | |||
2001-06-09 | disable debugging by default | Michael Shalayeff | |
2001-06-09 | print return value for debugging purposes | Michael Shalayeff | |
2001-06-09 | Print firmware version for Lucent as well as Prism2 and break into | Todd C. Miller | |
two lines for readability. In practice this doesn't take an extra line on the screen. | |||
2001-06-09 | Set sc_dying in wskbd_detach, otherwise it's pointless. | Aaron Campbell | |
2001-06-09 | Remove sc_ready from the softc, we can just test sc_events.io instead. | Aaron Campbell | |
2001-06-09 | Allow wskbd_cngetc() to return any key pressed, not just ones in the ASCII | Aaron Campbell | |
group; fixes PR/1787. This mimics the behavior of pccons and pcvt; mickey@ ok | |||
2001-06-08 | Only delete/modify flows with the IPSP_POLICY_STATIC flag if the appropriate | Angelos D. Keromytis | |
flag is set in the protocol message. | |||
2001-06-08 | it is nice if the kernel compiles | Theo de Raadt | |
2001-06-08 | IPSP_POLICY_STATIC flag. | Angelos D. Keromytis | |
2001-06-08 | Flag field for flows. | Angelos D. Keromytis | |
2001-06-08 | missed one; pointed out by ben fleis <ben@monkey.org> | Michael Shalayeff | |
2001-06-08 | swiss french keyboard; from Mathias Schmocker <smat@acm.org> | Michael Shalayeff | |
2001-06-08 | Remve net_osdep.c | Angelos D. Keromytis | |
2001-06-08 | Unneeded, ok itojun@ | Angelos D. Keromytis | |
2001-06-08 | Fix the XXX #debug bits in vm_machdep(). | Todd C. Miller | |
Makes the pmap_extract() accept a NULL argument for pap; from NetBSD | |||
2001-06-08 | Update packet counters. | Artur Grabowski | |
2001-06-08 | Update packet counters correctly. | Artur Grabowski | |
From Robert J. Wozny <speedy@atman.pl> | |||
2001-06-08 | I hate cvs. | Artur Grabowski | |
2001-06-08 | rename a file for The Anal One | Theo de Raadt | |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski | |
boolean_t pmap_extract(struct pmap *, vaddr_t, paddr_t *). Matches NetBSD. Tested by various people on various platforms. | |||
2001-06-08 | use pragma instead of attributing every and each struct, some spaces | Michael Shalayeff | |
2001-06-08 | Move ifpromisc() from bpf.c to if.c, include cleanup. | Angelos D. Keromytis | |
2001-06-08 | Cut down on include files, although I think this file should just go | Angelos D. Keromytis | |
-- it serves no purpose at all. | |||
2001-06-08 | One more include cleanup, just to piss off Aaron :-) | Angelos D. Keromytis | |
2001-06-08 | Yet more include file cleanup. | Angelos D. Keromytis | |
2001-06-08 | Cut down on include files. | Angelos D. Keromytis | |
2001-06-08 | More changes from NetBSD that should have been part of the UVM update; tested | Aaron Campbell | |
by beck@ | |||
2001-06-08 | and add a note on result value importance | Michael Shalayeff | |
2001-06-08 | invert caps w/ shifts, also cleanup the whole routine; pointed out by ↵ | Michael Shalayeff | |
pvalchev@; aaron@ ok | |||
2001-06-08 | it seems that via has 7, not 4 pci interrupt lines. | Michael Shalayeff | |
this fixes unmapped interrupts on some via-based boards, reported by angelos@, tested w/ aaron@, millert@, jason@. in any case must not break currently working boards. | |||
2001-06-08 | Trim include files. | Angelos D. Keromytis | |