summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Create DEFAULTS files for alpha, ia64, powerpc, and sparc64 and movejhb2005-11-218-5/+43
* Pull up sys/modules/acpi/acpi/Makefile,v 1.10 change by iedowse@.ru2005-11-211-1/+1
* Fix for a bug where NFS/TCP would not reconnect (in the case whereps2005-11-211-1/+12
* - Always return success from NFS strategy. nfs_doio(), in theps2005-11-212-5/+4
* Fix for a bug that causes SACK scoreboard corruption when the limitps2005-11-211-6/+21
* Force pmap to write-back the pte cacheline after each pte modification,cognet2005-11-211-0/+5
* Add an alternate ID for the arm920t (the real solution is to havecognet2005-11-212-0/+3
* fix a problem with XID re-use when a server returns NFSERR_JUKEBOX.rees2005-11-213-7/+13
* Expand the hack to mask the atpics if 'device atpic' is not in the kerneljhb2005-11-211-8/+28
* Fix mysterious build failures (with parallel make) early inru2005-11-211-1/+1
* Create a device node in /dev when a USB keyboard is plugged in.arun2005-11-211-0/+1
* busdma cleanup for em(4).yongari2005-11-212-86/+127
* Add a hack to ignore PCR bit for 6300ESB, 82801[D-G]B chips. It seemsyongari2005-11-211-14/+17
* If export mount flag is not passed in, set default parametersrodrigc2005-11-201-1/+13
* Include ip_options.h for IPX-IP encapsulation.andre2005-11-201-0/+1
* Use memcpy/memset consistently accross ipw and iwi instead of bcopy/bzero.damien2005-11-201-6/+6
* Don't use /etc/firmware. /etc is for configuration files only.damien2005-11-201-1/+1
* Whitespace.le2005-11-201-8/+8
* Always declare variables at the start of the function.le2005-11-201-47/+110
* Fix whitespace issue.le2005-11-201-11/+11
* Eliminate pmap_init2(). It's no longer used.alc2005-11-2010-57/+0
* 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
OpenPOWER on IntegriCloud