summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the "Avlab Technology, PCI IO 2S" card.jhay2002-03-061-0/+9
* Rename runq_find() to runq_findproc(), and hide it behind #ifdef DIAGNOSTIC,des2002-03-061-3/+5
* Fix a typo, unbreak the world.maxim2002-03-061-1/+1
* Don't (blindly) truncate the unit number to 4 digits when formatting thebde2002-03-061-1/+3
* Maximum semid is seminfo.semmni not seminfo.semmsl.maxim2002-03-061-3/+3
* Fixed compilation warnings.ru2002-03-061-0/+2
* Fixed a printf format error again. Rev.127 was clobbered in rev.1.128bde2002-03-061-1/+1
* Add a sequential iteration optimization to vm_object_page_clean(). Thisdillon2002-03-061-75/+194
* cleanup readability syntax prior to ongoing b_resid work commits.dillon2002-03-061-4/+5
* - use des_ecb3_encrypt().ume2002-03-051-11/+9
* Oops, now, encription and decription are separate function.ume2002-03-051-2/+2
* Official timeout routines for netgraph nodes that know how tojulian2002-03-052-0/+66
* Three p_ucred -> td_ucred's missed in jhb's earlier pass; all appear torwatson2002-03-053-5/+5
* The change from td->td_proc->p_ucred to td->td_ucred has shortened somerwatson2002-03-052-8/+6
* - Use td_ucred for jail checks.jhb2002-03-053-84/+45
* Reserve a mount flag, MNT_MULTILABEL, used by the MAC subsystem andrwatson2002-03-051-3/+4
* Merge reservation of two SI_SUB constants for the MAC policy frameworkrwatson2002-03-051-0/+2
* * Move bswlist declaration and initialization from kern/vfs_bio.c toeivind2002-03-053-20/+22
* Use revoke_and_destroy_dev() instead of destroy_dev() when removing /dev/netgreen2002-03-051-1/+1
* Change wmesg to const char * instead of char *eivind2002-03-052-4/+4
* Change every occurrence of "bootblock" into "boot1" afterrobert2002-03-051-7/+7
* Add roaming and microwave oven support. Some minor formatting nits.imp2002-03-051-12/+58
* Part II: update various mechanically generated files to allow for newrwatson2002-03-055-6/+18
* Remove __P to reduce diffs with NetBSD and my private tree.imp2002-03-051-40/+38
* Reserve system call numbers for the MAC framework. This will preventrwatson2002-03-051-1/+6
* Merge a little from NetBSD.imp2002-03-051-2/+24
* Document all functions, global and static variables, and sysctls.eivind2002-03-059-128/+338
* Fix a warning.robert2002-03-051-2/+0
* Move sysctl debug.sizeof into sys/sysctl.h where it belongs.phk2002-03-051-0/+1
* If in strategy we find that we have no devsw on the device anymore wephk2002-03-051-3/+6
* - Fix seeking for offsets requiring more than 32 bits.robert2002-03-052-10/+54
* Add sys/dev/ufm.c.tanimura2002-03-051-0/+1
* Remove duplicated and wrong sc->sc_last_recv setting. It unbreaksmaxim2002-03-051-4/+1
* Add a new variable mp_maxid. This is used so that per cpu datastructures mayjeff2002-03-059-8/+41
* Misc little cleanups:sos2002-03-054-13/+12
* - Speedup 3DES by using assembly code for i386.ume2002-03-0523-515/+5222
* Call ast() only when we're handling a user trap.marcel2002-03-051-1/+2
* Track the number of wired pages to avoid unwiring unwired pages.tanimura2002-03-051-0/+1
* Unbreak bridge.ko. Replace an unresolved symbol with the actions itcjc2002-03-051-1/+3
* Add cloning support to the loopback interface.brooks2002-03-041-56/+99
* Change the network interface cloning API so the destroy function returnsbrooks2002-03-046-11/+14
* Update header.sos2002-03-043-3/+3
* o Create vm_pageq_enqueue() to encapsulate code that is duplicated timealc2002-03-043-30/+24
* Add generalized power profile code.iwasaki2002-03-0413-95/+267
* Add PSEUDOFS.dfr2002-03-041-1/+2
* Add emulation support for PAL_VM_SUMMARY.dfr2002-03-042-2/+11
* Add support for starting secondary cpus in kernel, as opposed to relyingjake2002-03-049-188/+342
* Dig the information about which tlb slots were used to map the kernel outjake2002-03-042-10/+21
* Allocate tlb contexts on the fly in cpu_switch, instead of statically 1 to 1jake2002-03-048-136/+297
* Fix obscure problems with vfork where part of the parent's stack could bejake2002-03-041-8/+40
OpenPOWER on IntegriCloud