Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-20 | regen | Michael Shalayeff | |
2001-11-20 | Linksys2 Instant Wireless Network | Michael Shalayeff | |
2001-11-20 | Match bcom 5821 (this is untested and is based on the datasheet's claim that | Jason Wright | |
the 5821 is "register and software compatible with Broadcom 5820"). | |||
2001-11-20 | sync | Jason Wright | |
2001-11-20 | bcom 5821 | Jason Wright | |
2001-11-20 | All sensitive pmap operations should operate at splvm, NOT splimp. | Miod Vallat | |
2001-11-20 | use more reasonable default level values; ho@ testing | Michael Shalayeff | |
2001-11-20 | don't allow CHANGEBINAT ioctl in securelevel > 1 | Mike Pechkin | |
dhartmei@ ok | |||
2001-11-19 | more than typo | Theo de Raadt | |
2001-11-19 | remove local hack and use ac97_set_rate; tested by form@ | Michael Shalayeff | |
2001-11-19 | Remove pointless additional 'syncing' instructions in the powerpc spl*() | Dale Rahn | |
functions. Seems to have no effect on system run time (it should have...) reduces GENERIC kernel size by 52k. | |||
2001-11-19 | Use netisr_dispatch instead of handcoded list. | Dale Rahn | |
In this instance it actually is completely identical, but had ATM been added, or something else added to netisr_dispatch, this would have been incorrect. Currently generated asm code is identical. | |||
2001-11-18 | Fix RB_NOSYM clash here, too. | Miod Vallat | |
2001-11-18 | spelling | Theo de Raadt | |
2001-11-18 | Revert niklas's broken ICU interrupt handling changes; deraadt@ ok | Aaron Campbell | |
2001-11-18 | vscom pci-200h | Theo de Raadt | |
2001-11-18 | sync | Theo de Raadt | |
2001-11-18 | vscom pci 200h | Theo de Raadt | |
2001-11-18 | Remove \n from more panic messages | Miod Vallat | |
2001-11-17 | put more common stuff into m68k/genassym.cf; miod@ ok | Michael Shalayeff | |
2001-11-17 | Remove a duplicate #define and fix a typo. | Aaron Campbell | |
2001-11-17 | what the heck, be solaris compatible for sig_atomic_t | Theo de Raadt | |
2001-11-17 | sig_atomic_t can be a long, it is atomic, and fatter | Theo de Raadt | |
2001-11-17 | Pick up changes made in NetBSD to work with ubc. | Hugh Graham | |
Unbreaks art's mergings on vax. | |||
2001-11-16 | oops | Michael Shalayeff | |
2001-11-16 | make stack trace print addrs if no symtab present; miod@ ok | Michael Shalayeff | |
2001-11-16 | regen | Michael Shalayeff | |
2001-11-16 | fix the typo (from dne@mayonnaise.net) and sort the ali section | Michael Shalayeff | |
2001-11-16 | add an implementation for _load_uio on UIO_SYSSPACE objects that looks ↵ | Jason Wright | |
strangely similiar to _load_mbuf. Btw, /dev/crypto is working on sabre based systems with hifn7751 from soekris. | |||
2001-11-16 | remove #if 1 and some other debugging stuff | Jason Wright | |
2001-11-16 | _load_uio returns an error now until a real implementation is in place. | Jason Wright | |
2001-11-16 | _bus_dmamap_load_uio now returns an ERROR instead of claiming no error | Jason Wright | |
(and doing nothing). This allows for proper error propagation to /dev/crypto which depends on bus_dmamap_load_uio() and failure recovery... Better solution would be to -implement- _load_uio, but that's another day. | |||
2001-11-16 | yes, signed substraction does not work because of underflows, revert the ↵ | Michael Shalayeff | |
previous | |||
2001-11-16 | mvme88k varargs cleanup 1/2 | Miod Vallat | |
2001-11-15 | bio_doread doesn't need a cred anymore | Artur Grabowski | |
2001-11-15 | Remove creds from struct buf, move the creds that nfs need into the nfs node. | Artur Grabowski | |
While in the area, convert nfs node allocation from malloc to pool and do some cleanups. Based on the UBC changes in NetBSD. niklas@ ok. | |||
2001-11-15 | Initialize list | Niklas Hallqvist | |
2001-11-15 | Compile with AHC_DEBUG | Hakan Olsson | |
2001-11-15 | uvm_vnp_setsize | Artur Grabowski | |
2001-11-15 | remove statics | Niklas Hallqvist | |
2001-11-15 | uvm_vnp_setsize | Artur Grabowski | |
2001-11-15 | lockmgr instead of rolling our own. | Artur Grabowski | |
2001-11-15 | Don't zero v_bioflag when recycling a vnode in getnewvnode. | Artur Grabowski | |
Sometimes the vnode can be on the syncers list. While that is a bug, it's just a minor annoyance. A vnode on a syncer worklist without VBIOONSYNCLIST set is a disaster. | |||
2001-11-15 | Make sure that stuff on the syncer worklist has VBIOONSYNCLIST set | Artur Grabowski | |
and stuff that isn't on the worklist doesn't have it set. | |||
2001-11-15 | New function vn_marktext - mark a vnode as executing a text image. | Artur Grabowski | |
Use where VTEXT was set in vnode flags before. Doesn't do anything else (yet). | |||
2001-11-15 | Missed one place to check for bpp == NULL | Artur Grabowski | |
2001-11-15 | cdev glue for crypto(9) [Not known to work, but will as soon as interrupt | Jason Wright | |
issues are ironed out] | |||
2001-11-14 | allow swaples diskless configs; deradt@ ok | Michael Shalayeff | |
2001-11-14 | use substract when comparing keys, for ip addrs as well. | Michael Shalayeff | |
those happen as signed integers and seem to work fine. saves whole bunch of useless code. dhartmei@ ok | |||
2001-11-14 | Don't yell about clock drift for ridiculous (less than 48 hours) deltas. | Miod Vallat | |
hugh@ ok |