summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix compile on 64-bit platforms.scottl2005-11-201-2/+4
* Improve inittodr(). Assume the real-time clock is reliable and onlymarcel2005-11-201-52/+40
* Correct the API for Windows interupt handling a little. The prototypewpaul2005-11-202-11/+13
* Add more options to ffs_opts, so that vfs_filteropts() will notrodrigc2005-11-191-2/+3
* Return 0 if we are a network card and do match. Previously, we'd boguslyimp2005-11-191-0/+1
* Fix bug introduced in revision 1.186:marcel2005-11-191-3/+8
* Parse more mount options in vfs_donmount(), before vfs_domount()rodrigc2005-11-191-0/+42
* Finally bring in what was produced during Google SoC 2005:le2005-11-197-5/+515
* Remove 'ipprintfs' which were protected under DIAGNOSTIC. It doesn'tandre2005-11-192-36/+0
* Load firmware images directly from the filesystem (looks into /etc/firmwaredamien2005-11-194-154/+166
* Properly parse the nowin95 mount option.rodrigc2005-11-191-5/+4
* Minor tweaks.damien2005-11-191-10/+13
* Move MAX_IPOPTLEN and struct ipoption back into ip_var.h asandre2005-11-192-13/+13
* Add "shortnames" and "longnames" mount options which arerodrigc2005-11-181-1/+5
* Second part of the AMRR commit.damien2005-11-182-13/+112
* Consolidate all IP Options handling functions into ip_options.[ch] andandre2005-11-1815-681/+795
* Add sanity checking for QUEUE(3) lists under INVARIANTS. Races may leademaste2005-11-181-2/+35
* - Always print the trap number so that we have something to start with forjhb2005-11-182-9/+19
* Add CLOCK_UPTIME to clock_gettime(2) reporting the currentandre2005-11-182-0/+3
* Add support for a new/unreleased Pentium-M.ps2005-11-181-1/+1
* Purge layer specific mbuf flags on layer crossings to avoid confusingandre2005-11-183-1/+20
* Rework icmp_error() to deal with truncated IP packets fromandre2005-11-181-48/+54
* In ip_forward() copy as much into the temporary error mbuf as weandre2005-11-181-3/+2
* Add KASSERTs to M_ALIGN() and MH_ALIGN() to prevent usage on wrongandre2005-11-181-0/+8
* -mdoc sweep.ru2005-11-181-3/+2
* - Add parsing for the following existing UFS/FFS mount options in the nmount()rodrigc2005-11-181-1/+33
* Fix a bug that caused some /dev entries to continue to exist afterjdp2005-11-185-2/+18
* In vfs_nmount(), check to see if "update" mount option was passedrodrigc2005-11-181-0/+9
* MFOpenBSD 1.62:glebius2005-11-171-2/+4
* - Backout last change, since it is memory overkill for a non busy host orglebius2005-11-173-13/+44
* Prefer NULL to 0.yongari2005-11-171-25/+29
* Remove vestiges of oldcard and owi.ru2005-11-172-19/+0
* Fix spelling mistake.obrien2005-11-172-2/+2
* Make the elf wrapper work with recent kernel.debug changes.cognet2005-11-171-3/+5
* OBEimp2005-11-161-9/+0
* Revert a part of the previous commits to these files that made the NMIjhb2005-11-162-10/+8
* this is no longer needed.imp2005-11-165-3721/+0
* Revert previous commit to these files. There isn't a race necessitatingjhb2005-11-162-6/+4
* Fix a typo in the check for an invalid APIC. If we are told about anjhb2005-11-162-2/+2
* Correct description of RLIMIT_CPU.jhb2005-11-161-1/+1
* fixed a kernel crash due to an improper removal of callout-timersuz2005-11-161-0/+1
* - Add errmsg to the list of smbfs mount options.rodrigc2005-11-161-7/+23
* Catch up with loader_color -> loader_logo and document beastie_disable.ru2005-11-152-5/+12
* Provide a link to the documentation of the I/O APIC at Intel.andre2005-11-151-0/+4
* Add some initial bits (currently unused) for upcoming AMRR support.damien2005-11-151-0/+10
* Add some initial bits (currently unused) for upcoming AMRR support.damien2005-11-151-0/+77
* Optimize and clean TX time computation.damien2005-11-152-44/+14
* Recognize Broadcom BCM5752 chip, that can be found in HP DC7600.glebius2005-11-152-2/+7
* Some whitespace and style cleanup.glebius2005-11-152-89/+88
* Update ieee80211_mhz2ieee to understand public safety bands and spectrumsam2005-11-152-9/+24
OpenPOWER on IntegriCloud