aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernelKris Kennaway2001-03-125-5/+20
* change the default mode from adhoc to bss (infrastructure)Assar Westerlund2001-03-121-1/+1
* change default from adhoc mode to BSS (infrastructure)Assar Westerlund2001-03-121-1/+1
* Eliminate global node types and instead use an operations vector forJonathan Lemon2001-03-126-684/+561
* Unbreak LINT.Jonathan Lemon2001-03-121-5/+17
* Add Intel 82553, 82555 PHY driver.Jonathan Lemon2001-03-121-1/+1
* Add the Intel PHY driver.Jonathan Lemon2001-03-121-0/+1
* Add drivers for Intel 82553 and 82555 PHYs.Jonathan Lemon2001-03-122-0/+340
* Regenerate.Jonathan Lemon2001-03-121-1/+8
* Add some definitions for Intel 82553 PHYsJonathan Lemon2001-03-121-0/+5
* Don't require that mouse cursor must be visible before mouse paste.Andrey A. Chernov2001-03-122-15/+7
* Update default keyboard (PREV, PASTE)Andrey A. Chernov2001-03-121-2/+2
* - Call fork1() directly instead of calling rfork() so that it doesn't maskJohn Baldwin2001-03-111-9/+5
* Implement keyboard pasteAndrey A. Chernov2001-03-114-5/+18
* Assert that the process we're trying to enqueue isn't already there.Dag-Erling Smørgrav2001-03-111-0/+21
* rfork() masks RFSTOPPED out of the flags it passes to fork1(), so we haveDag-Erling Smørgrav2001-03-111-7/+3
* In ip_output(), initialise `ia' in the case where the packet hasIan Dowse2001-03-111-0/+1
* Add missed MODULE_VERSION() call, so loading of unicode conversion routineMaxim Sobolev2001-03-112-0/+2
* Do not kill vnodes after rename. This can cause deadlocks in the deadfs.Boris Popov2001-03-112-12/+4
* Add a mount time option which slightly relaxes checks for valid JoiletBoris Popov2001-03-114-2/+6
* This is an MFC candidate.Justin T. Gibbs2001-03-1114-389/+521
* Plug several mbuf leaks in error cases (in nd6)Bosko Milekic2001-03-113-7/+14
* When aio_read/write() is used on a raw device, physical buffers areAlan Cox2001-03-102-7/+27
* netgraph.h:Julian Elischer2001-03-103-24/+65
* Kernel crypto need binary key material, not symbolic ascii.Mark Murray2001-03-101-0/+3
* The /dev/random driver used Rijndael, not Blowfish, now.Mark Murray2001-03-102-5/+4
* Very large makeover of the /dev/random driver.Mark Murray2001-03-107-458/+504
* after discovering that the Santa Clara Valley Medical Center actuallyBill Fumerola2001-03-101-1/+13
* Remove now unused opt_ipx.h and opt_inet.hBoris Popov2001-03-101-17/+1
* Slightly reorganize allocation of new vnode. Use bit NVOLUME to detectedBoris Popov2001-03-1012-102/+90
* Synch with changes in the NCP requester.Boris Popov2001-03-106-374/+456
* Major update of NCP requester:Boris Popov2001-03-1014-1249/+911
* Specify packing for an entire structure, not for each element of it.Boris Popov2001-03-101-95/+95
* Fix a botch where we wrote the year register with > 2 digits (andMatt Jacob2001-03-091-9/+6
* Remove vn(4) driver.Poul-Henning Kamp2001-03-093-804/+1
* Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)Poul-Henning Kamp2001-03-095-12/+1
* Use a more BIOS friendly geometry.Poul-Henning Kamp2001-03-091-1/+1
* Don't call malloc with M_WAITOK while holding a mutex.Alfred Perlstein2001-03-091-22/+21
* When creating a shadow vm_object in vmspace_fork(), only oneIan Dowse2001-03-091-0/+4
* Change the kernel layout to match Linux/ia64 more closely. This preventsDoug Rabson2001-03-091-8/+11
* Add SKI_ROOT_FILESYSTEM option.Doug Rabson2001-03-091-0/+3
* Allow the config file to specify a root filesystem filename.Doug Rabson2001-03-091-1/+6
* Adjust a comment slightly.Doug Rabson2001-03-091-2/+1
* Make it possible to use IP_TTL and IP_TOS setsockopt(2) optionsRuslan Ermilov2001-03-092-3/+4
* Define KINFO_PROC_SIZE for ia64.Doug Rabson2001-03-091-1/+8
* Push the test for a disconnected socket when accept()ing down to theJonathan Lemon2001-03-092-4/+9
* The TCP sequence number used for sending a RST with the ipfw reset ruleJonathan Lemon2001-03-091-1/+1
* Fix mtx_legal2block. The only time that it is bad to block on a mutex isJohn Baldwin2001-03-0910-13/+29
* Use the kthread API to create and destroy AIO daemons.Alan Cox2001-03-091-9/+7
* Add a new informative KASSERT to ensure that a process is in the SRUN stateJohn Baldwin2001-03-091-0/+3