summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a couple of things that weren't quite right for not usingpeter1999-08-311-2/+6
* Add a SYSCTL_PROC so that TCP timer values are now expressed tojlemon1999-08-311-10/+35
* Make the error return from mem_range_attr_get actually do something usefulmsmith1999-08-313-7/+11
* Convert the Adaptec and Winbond drivers to miibus.wpaul1999-08-308-1854/+411
* Check that there is memory range support before attempting to perform suchmsmith1999-08-302-4/+28
* Restructure TCP timeout handling:jlemon1999-08-3013-423/+704
* Null commit to get last commit message recorded:phk1999-08-302-0/+2
* *** empty log message ***phk1999-08-302-4/+4
* ktrace should not follow symlinks either.dima1999-08-301-2/+2
* Wrong sleep addr passed to wakeup.luoqi1999-08-301-1/+1
* pps_shiftmax only exists #ifdef PPS_SYNCphk1999-08-301-0/+2
* aic7xxx.c:gibbs1999-08-302-11/+11
* Add support for the aic7859 which is found on the 2930CU.gibbs1999-08-302-22/+108
* MFS: Change path to perl.nsayer1999-08-301-1/+1
* Update to the latest nanokernel from Dave Mills.phk1999-08-302-109/+96
* For every "promiscuous mode enabled" message printed for an interface,sheldonh1999-08-301-0/+2
* s/si_tty_tty/si_tty/gphk1999-08-306-30/+30
* Add #include <sys/select.h> ready for select() support in bt848 driverroger1999-08-302-0/+2
* Make bdev userland access work like cdev userland access unlessphk1999-08-3017-254/+78
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-4/+1
* Converted the silly SAFTEY option into a new-style option by renaming it tobde1999-08-307-28/+8
* If using GNUC and ELF, make __IDSTRING() expand into an inline asmpeter1999-08-301-0/+4
* "Fixed" my recent world breakage (umap_subr.c now includes opt_ddb.h).bde1999-08-301-3/+6
* Add STAILQ_FOREACH.jdp1999-08-301-1/+4
* Add $FreeBSD$ and spell Eklund properly.billf1999-08-297-1/+14
* Remove extra indenting of `break' statements introducted in rev 1.89,obrien1999-08-292-18/+26
* - Removed COMPAT_ATDISK from option because it is pseudo-device now.kato1999-08-295-15/+5
* ident GENERIC -> ident PCCARDiwasaki1999-08-291-1/+1
* Convert the 3Com XL driver to miibus. This one is a little trickywpaul1999-08-293-746/+178
* Regenerate miidevs.h.wpaul1999-08-291-2/+7
* The ASIC on the 3c905C appears to be manufactured by Broadcom (previouswpaul1999-08-293-7/+19
* Add Voodoo 3 identification.roger1999-08-291-0/+2
* Remove unneeded "maj" variable.phk1999-08-291-6/+8
* Remove unneeded slice element.phk1999-08-291-1/+0
* Convert to use the new "disk" layer.phk1999-08-291-107/+79
* Add micro "disk" layer which should enable us to pull all the slice/labelphk1999-08-295-0/+225
* Include the correct header for the IPSTEALTH option.des1999-08-291-0/+1
* Only NetBSD needs sys/device.h.n_hibma1999-08-291-1/+2
* Only NetBSD uses sys/device.hn_hibma1999-08-291-1/+0
* Fix a braino: Linux minor device numbers are 8 bits wide and not 10.marcel1999-08-292-2/+2
* Fixed printf format errors (don't assume that ntohl() returns u_long;bde1999-08-293-3/+3
* Oops, I missed a cast in rev.1.119.bde1999-08-291-1/+1
* Removed dysfunctional/defunct options KERNFS_DIAGNOSTIC,bde1999-08-293-12/+3
* Changed old-style option UNION_DIAGNOSTIC to DEBUG and fixed printfbde1999-08-294-24/+22
* Changed old-style options UMAPFS_DIAGNOSTIC and UMAP_DIAGNOSTIC to DEBUGbde1999-08-296-82/+86
* Changed old-style option KERNFS_DIAGNOSTIC to DEBUG and fixed printfbde1999-08-292-30/+31
* Merge alpha and pc98 changes into i386 MBR handling code and replace allphk1999-08-2915-1394/+70
* initialize si_bsize_phys from what the drive told us.phk1999-08-291-1/+1
* Add dev_t freeing code. Controlled by sysctl debug.free_devt, defaultphk1999-08-295-15/+74
* Don't restrict our requests for contiguous memory to addresses >= 1MB.bde1999-08-2912-29/+24
OpenPOWER on IntegriCloud