summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | Tweak FIFO and DMA thresholds to improve performance and reduce likelyhoodwpaul1999-06-201-5/+5
* | Quirk NOLUNS cabletron device.mjacob1999-06-201-16/+15
* | 1) Do not include usbdivar.h and access the interface descriptor throughn_hibma1999-06-201-88/+39
* | Use the proper interfaces to find if a device is enabled, don't dig intopeter1999-06-202-6/+4
* | Bump the __FreeBSD_version number now that libc_r contains a wrapperjb1999-06-201-2/+2
* | Set cnt.v_page_size to PAGE_SIZE rather than DEFAULT_PAGE_SIZE so thatalc1999-06-202-5/+5
* | Correct description of Vinum.grog1999-06-202-6/+6
* | Clean up some of the documentation at the top.jkh1999-06-202-16/+24
* | For consistency with other implementations, check for the existencealc1999-06-191-3/+3
* | Provide for enabling/disabling each slice individually.rnordier1999-06-192-3/+5
* | Fix use of e_phoff in place of e_phnum.rnordier1999-06-192-4/+4
* | Correct and clarify some comments.rnordier1999-06-191-7/+7
* | Add device rl0 to GENERIC. Also add al0 (ADMtek PCI ethernet) which Iwpaul1999-06-192-2/+6
* | Goodbye to vaules, becasue, similiar, backgroud, aquired, freelisat, etc.rnordier1999-06-193-39/+39
* | Fix up the RealTek 8139 driver to work on FreeBSD/alpha. This involves awpaul1999-06-192-9/+47
* | Thanks to Bruce for noticing this.... compare against the *new* nfsnode'smjacob1999-06-192-4/+4
* | This is the much-awaited cleaned up version of IPFW [ug]id support.green1999-06-194-14/+110
* | Remove some unused function and variable declarations.alc1999-06-194-43/+4
* | Add a new interface ioctl, to return "aux status".phk1999-06-195-5/+37
* | Add a fast version of bcmp which compares longwords at a time.dfr1999-06-191-1/+93
* | Adjust mcclock lines to avoid config(8) warning.dfr1999-06-192-8/+8
* | Convert signalling NaNs to quiet NaNs as specified by the Alpha Architecturedfr1999-06-191-5/+11
* | Add RCS strings to kernel ipfilter files.green1999-06-195-0/+8
* | sioprobe: Don't try to initialize disabled ports. In particular,grog1999-06-192-4/+8
* | This should fix ipfilter for everyone it was broken for. CDEV_MAJOR is _not_green1999-06-191-1/+1
* | Add a transmit descriptor usage counter and use it to absolutely,wpaul1999-06-194-8/+30
* | Change active flag handling; sanity check passed drive number; passrnordier1999-06-182-77/+81
* | K6-family MTRR supportgreen1999-06-183-2/+196
* | Harmless change to prevent possible problems in the future. I madegreen1999-06-182-4/+8
* | New parallel port support for PC98. Old PC98s which havekato1999-06-1810-16/+5684
* | Changed the global `idt' from an array to a pointer so that npx.cbde1999-06-1810-43/+36
* | On our final pass through ffs_fsync, do all I/O synchronously so thatmckusick1999-06-181-7/+8
* | Reviewed by: the cast of thousandsgreen1999-06-176-17/+30
* | Add a kernel config for PC-Card machines. This is part of themarkm1999-06-171-0/+220
* | Add Id stringsgpalmer1999-06-174-0/+8
* | vm_map_growstack uses vmspace::vm_ssize as though it containedalc1999-06-171-6/+6
* | Update the comments on values than can be returned by DEVICE_PROBE.n_hibma1999-06-171-8/+9
* | Sync with sys/i386/i386/machdep.c revision up to 1.341.kato1999-06-172-8/+6
* | Sync with sys/i386/conf/options.i386 revision 1.117.kato1999-06-172-2/+4
* | Fixed a missing userland dev_t to kernel dev_t conversion.bde1999-06-172-2/+2
* | vm_map_insert sometimes extends an existing vm_map entry, rather thanalc1999-06-171-3/+7
* | Reformat comment to match indentation of code around it.julian1999-06-171-8/+9
* | Move vm_map_stack and vm_map_growstack after the definitionalc1999-06-171-204/+204
* | Remove some unused declarations and duplicate initialization.alc1999-06-171-6/+2
* | Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-1623-436/+92
* | Close a race window where a tcp socket is closed while tcp_pcblist istegge1999-06-162-4/+14
* | Make syscall tracing work: include "opt_ktrace.h" and make it compile.dt1999-06-161-2/+8
* | Make sure syscall arguments properly aligned in ktrace records.dt1999-06-162-11/+18
* | Use vput instead of vrele.mjacob1999-06-161-3/+3
* | Remove option USBVERBOSEn_hibma1999-06-162-4/+4
OpenPOWER on IntegriCloud