aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Set ramsize depending on a value from eprom instead of usingBjoern A. Zeeb2004-11-132-6/+18
* fifos doesn't need a vop_lookup, the default will do fine.Poul-Henning Kamp2004-11-131-19/+0
* Polish two functions a bit so that it is easier to wrap them inPoul-Henning Kamp2004-11-131-21/+33
* Merge copyright notices.Max Laier2004-11-131-28/+1
* There's no reason for "read" and "echo" commands to notRuslan Ermilov2004-11-131-2/+2
* Remove debugging printf.Olivier Houchard2004-11-131-1/+0
* Don't forget to clear the PG_WRITEABLE flag when appropriate.Olivier Houchard2004-11-131-0/+6
* Use uma_prealloc() on the l2table_zone to prevent a LOR at startup.Olivier Houchard2004-11-131-3/+5
* Be prepared to accept NULL mountargs as part of root-mounting.Poul-Henning Kamp2004-11-131-5/+9
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.Poul-Henning Kamp2004-11-1316-87/+90
* Correct two incorrectly merged changes introduced in sysv_sem.c:1.71:Robert Watson2004-11-131-2/+1
* Fix the MDIOCDETACH ioctl() for md(4). Now that the md_file field inMarcel Moolenaar2004-11-131-1/+1
* o Change the strcmp() to a strncmp() to allow us to attach to 'E'Philip Paeps2004-11-122-116/+112
* Minor whitespace nitpicking to reduce my diffs of Real Changes[tm]Philip Paeps2004-11-122-18/+12
* Fix ng_ksocket(4) operation as a divert socket, which is pretty usefulGleb Smirnoff2004-11-121-11/+12
* Implement interrupt counting, so that vmstat -i work.Olivier Houchard2004-11-123-9/+21
* Change the way we automatically add prefix routes when adding a new address.Max Laier2004-11-121-27/+147
* Ports aren't generally ready for parallel make.Ruslan Ermilov2004-11-121-1/+1
* Catch a few more autofs references.Peter Wemm2004-11-122-2/+0
* Spell _KERNEL correctly so that UP kernels are actually optimized again.John Baldwin2004-11-121-1/+1
* - Use the SMP style ops for atomic_load/store() in userland so thatJohn Baldwin2004-11-121-2/+1
* Add altq support.Christian Brueffer2004-11-122-14/+18
* Pass the "?" command output through the pager.Ruslan Ermilov2004-11-121-4/+15
* Second of several commits to allow kernel System V IPC data structuresRobert Watson2004-11-124-349/+353
* First of several commits to allow kernel System V IPC data structuresRobert Watson2004-11-123-1/+30
* Correct a bug in the if_em driver relating to the use of vlans withRobert Watson2004-11-122-6/+44
* Put back the vfs_object_create() calls, they do make a difference whenPoul-Henning Kamp2004-11-121-0/+2
* Doh! This one crept in two commits ago and didn't get weeded out onWarner Losh2004-11-121-1/+0
* Put back usb_uncallout_drain(), as it is now also used by umass.c.Ian Dowse2004-11-121-0/+1
* Back out my recent changes for timeout races, as there have beenIan Dowse2004-11-124-125/+49
* Various whitespace nits.Warner Losh2004-11-121-21/+27
* Don't use aha after calling aha_free.Warner Losh2004-11-121-4/+4
* PORTS_MODULES: a list of ports to build with this kernel.Warner Losh2004-11-111-0/+14
* Kill the 802.11 crypo changes that shouldn't have been committed.Warner Losh2004-11-111-4/+0
* Commit takawata-san's Sony Notebook Controller driver, integrated intoWarner Losh2004-11-115-1/+360
* - Place the gcc memory barrier hint in the right place in the 80386 versionJohn Baldwin2004-11-111-8/+9
* Only warn about missing _PRT tables if bootverbose is set. I've yet to seeJohn Baldwin2004-11-111-2/+4
* Correct a bug in nfsrv_create() where a call to nfsrv_access() mightRobert Watson2004-11-111-38/+52
* - Temporarily disable the nice -20 throttling code. It has some interactionJeff Roberson2004-11-111-0/+4
* - Introduce protosw_init().Gleb Smirnoff2004-11-111-26/+31
* Catch up with the header repo copy.David E. O'Brien2004-11-111-1/+1
* Add missing '='Poul-Henning Kamp2004-11-111-1/+1
* Unbreak the build.Dag-Erling Smørgrav2004-11-111-0/+1
* Return POLLERR rather than POLLIN/POLLOUT on TS_ZOMBIE ttys.Diomidis Spinellis2004-11-111-4/+5
* Remove now-unused sysctl members.Bruce M Simpson2004-11-111-4/+0
* Move per-instance sysctls under the per-device-instance tree.Bruce M Simpson2004-11-111-23/+6
* Fix build.Ruslan Ermilov2004-11-111-2/+2
* pbio has moved to dev/pbioWarner Losh2004-11-114-517/+1
* Add device polling supportChristian Brueffer2004-11-104-0/+218
* Don't forget to include opt_vm.h.Olivier Houchard2004-11-101-0/+2