Age | Commit message (Expand) | Author |
2001-04-10 | Fix for machines which need to enlarge the kernel address space, at least | Niklas Hallqvist |
2001-04-10 | This file is not welcomed here. | Miod Vallat |
2001-04-10 | Get rid of unnecessary symbols. | Miod Vallat |
2001-04-09 | - full media support (and remove all of the mii stuff... the firmware wants | Jason Wright |
2001-04-09 | FFS_SOFTUPDATES in sys/conf/GENERIC | Theo de Raadt |
2001-04-09 | Add softdep. | Hugh Graham |
2001-04-09 | Honor the db_console sysctl variable, like PCVT did. | Aaron Campbell |
2001-04-09 | LFS is not an option right now. | Artur Grabowski |
2001-04-09 | Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@ | Thorsten Lockert |
2001-04-09 | further stripping down | Theo de Raadt |
2001-04-09 | Handle more Linux ioctls; from NetBSD. ok deraadt@ | Thorsten Lockert |
2001-04-09 | Silently ignore signals we don't handle; idea from NetBSD. Ok deraadt@ | Thorsten Lockert |
2001-04-09 | To fit, fxp must go. Sorry | Theo de Raadt |
2001-04-09 | partial mii support (commented out because the response queue freaks out) | Jason Wright |
2001-04-09 | basic media handling/switching | Jason Wright |
2001-04-09 | - implement command and response ring management | Jason Wright |
2001-04-09 | A much tidier layout, from NetBSD. | Hugh Graham |
2001-04-09 | Amputate some dead and broken code and rework the rest to do the | Hugh Graham |
2001-04-09 | Comment out compat vax1k until needed. | Hugh Graham |
2001-04-08 | - bring over some bus_dma allocation code (from failed attempt to bus_dma-ify... | Jason Wright |
2001-04-08 | addtron card has prism2 in it, it's justthat cis was not given properly | Michael Shalayeff |
2001-04-08 | regen | Michael Shalayeff |
2001-04-08 | correct cis for addtron | Michael Shalayeff |
2001-04-08 | Typo. __IP_FIL_H__ -> __IP_FRAG_H__ | smart |
2001-04-08 | and host ring definition | Jason Wright |
2001-04-08 | define boot record | Jason Wright |
2001-04-08 | - load microcode from better directory (still not in tree) | Jason Wright |
2001-04-08 | sync | Aaron Campbell |
2001-04-08 | another sis vga | Aaron Campbell |
2001-04-08 | correct wi_write_record(); from freebsd; pointed out by Alfred Perlstein <bri... | Michael Shalayeff |
2001-04-08 | make sure that we don't go off the end of the image | Jason Wright |
2001-04-08 | cleanup, more register definitions | Jason Wright |
2001-04-08 | Update closer to current status of powerpc, remove items resolved or | Dale Rahn |
2001-04-08 | Some cleanup to the mac audio driver, does not improve the interrupt | Dale Rahn |
2001-04-08 | Attempt at tracking interrupt source better than "irqN", with this | Dale Rahn |
2001-04-08 | Add one more 1 byte (reserved, as defined in spc-2) field to the | Kenneth R Westerback |
2001-04-08 | Skeleton driver for 3c990 (mainly so aaron/theo/myself can coordinate) | Jason Wright |
2001-04-08 | Don't print anything for transmission error 90, since the driver always | Aaron Campbell |
2001-04-07 | Stack gap no longer fits common structures (like struct statfs), causing | Thorsten Lockert |
2001-04-07 | Additional console ioctl definitions | Thorsten Lockert |
2001-04-07 | Handle Linux Virtual Terminal ioctl calls with wscons as well as vt; | Thorsten Lockert |
2001-04-07 | Reduce the count of fs_sparecon's by 1 for 64 bit architectures | Todd C. Miller |
2001-04-07 | OK, PMAP_NEW by default once again. This time it should work better for | Niklas Hallqvist |
2001-04-07 | Always get struct pglist from vm/pglist.h, otherwise old VM compilations | Niklas Hallqvist |
2001-04-07 | Silly TRUE & FALSE constants definitions for the sake of old VM compilations | Niklas Hallqvist |
2001-04-07 | offsetof() should return size_t | Theo de Raadt |
2001-04-07 | Partial update to IPF 3.4.17; this fixes the *VERY* serious fragment | Federico G. Schwindt |
2001-04-06 | Use pool to allocate pmap instead of malloc. OK'd by art@ | Todd C. Miller |
2001-04-06 | Get rid of vm_pmap from struct vmspace. | Artur Grabowski |
2001-04-06 | Replace FFS directory preference algorithm(dirpref) by new one. | Grigoriy Orlov |