summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernelkris2001-03-125-5/+20
* change the default mode from adhoc to bss (infrastructure)assar2001-03-121-1/+1
* change default from adhoc mode to BSS (infrastructure)assar2001-03-121-1/+1
* Eliminate global node types and instead use an operations vector forjlemon2001-03-126-687/+564
* Unbreak LINT.jlemon2001-03-121-5/+17
* Add Intel 82553, 82555 PHY driver.jlemon2001-03-121-1/+1
* Add the Intel PHY driver.jlemon2001-03-121-0/+1
* Add drivers for Intel 82553 and 82555 PHYs.jlemon2001-03-122-0/+340
* Regenerate.jlemon2001-03-121-1/+8
* Add some definitions for Intel 82553 PHYsjlemon2001-03-121-0/+5
* Don't require that mouse cursor must be visible before mouse paste.ache2001-03-122-15/+7
* Update default keyboard (PREV, PASTE)ache2001-03-121-2/+2
* - Call fork1() directly instead of calling rfork() so that it doesn't maskjhb2001-03-111-9/+5
* Implement keyboard pasteache2001-03-114-5/+18
* Assert that the process we're trying to enqueue isn't already there.des2001-03-111-0/+21
* rfork() masks RFSTOPPED out of the flags it passes to fork1(), so we havedes2001-03-111-7/+3
* In ip_output(), initialise `ia' in the case where the packet hasiedowse2001-03-111-0/+1
* Add missed MODULE_VERSION() call, so loading of unicode conversion routinesobomax2001-03-112-0/+2
* Do not kill vnodes after rename. This can cause deadlocks in the deadfs.bp2001-03-112-12/+4
* Add a mount time option which slightly relaxes checks for valid Joiletbp2001-03-114-2/+6
* This is an MFC candidate.gibbs2001-03-1114-397/+529
* Plug several mbuf leaks in error cases (in nd6)bmilekic2001-03-113-7/+14
* When aio_read/write() is used on a raw device, physical buffers arealc2001-03-102-7/+27
* netgraph.h:julian2001-03-103-24/+65
* Kernel crypto need binary key material, not symbolic ascii.markm2001-03-101-0/+3
* The /dev/random driver used Rijndael, not Blowfish, now.markm2001-03-102-5/+4
* Very large makeover of the /dev/random driver.markm2001-03-107-459/+505
* after discovering that the Santa Clara Valley Medical Center actuallybillf2001-03-101-1/+13
* Remove now unused opt_ipx.h and opt_inet.hbp2001-03-101-17/+1
* Slightly reorganize allocation of new vnode. Use bit NVOLUME to detectedbp2001-03-1012-102/+90
* Synch with changes in the NCP requester.bp2001-03-106-384/+466
* Major update of NCP requester:bp2001-03-1014-1254/+916
* Specify packing for an entire structure, not for each element of it.bp2001-03-101-95/+95
* Fix a botch where we wrote the year register with > 2 digits (andmjacob2001-03-091-9/+6
* Remove vn(4) driver.phk2001-03-093-804/+1
* Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)phk2001-03-095-12/+1
* Use a more BIOS friendly geometry.phk2001-03-091-1/+1
* Don't call malloc with M_WAITOK while holding a mutex.alfred2001-03-091-22/+21
* When creating a shadow vm_object in vmspace_fork(), only oneiedowse2001-03-091-0/+4
* Change the kernel layout to match Linux/ia64 more closely. This preventsdfr2001-03-091-8/+11
* Add SKI_ROOT_FILESYSTEM option.dfr2001-03-091-0/+3
* Allow the config file to specify a root filesystem filename.dfr2001-03-091-1/+6
* Adjust a comment slightly.dfr2001-03-091-2/+1
* Make it possible to use IP_TTL and IP_TOS setsockopt(2) optionsru2001-03-092-3/+4
* Define KINFO_PROC_SIZE for ia64.dfr2001-03-091-1/+8
* Push the test for a disconnected socket when accept()ing down to thejlemon2001-03-092-4/+9
* The TCP sequence number used for sending a RST with the ipfw reset rulejlemon2001-03-091-1/+1
* Fix mtx_legal2block. The only time that it is bad to block on a mutex isjhb2001-03-0910-13/+29
* Use the kthread API to create and destroy AIO daemons.alc2001-03-091-9/+7
* Add a new informative KASSERT to ensure that a process is in the SRUN statejhb2001-03-091-0/+3
OpenPOWER on IntegriCloud