summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix potential crash caused by packets with bogus ACK's.archie2001-03-081-1/+2
* Fix is a similar race condition as existed in the mbuf code. When we gobmilekic2001-03-081-6/+7
* It was possible for ip_forward() to supply to icmp_error()iedowse2001-03-082-8/+17
* Make the wait for sendfile buffers interruptable. Stops one processdwmalone2001-03-081-3/+24
* Take the KINFO_PROC_SIZE back down to 912 on alpha.gallatin2001-03-081-1/+1
* Replaced p (undeclared) with curproc (after i386/isa/npx.c).kato2001-03-081-2/+2
* Move configuration of work_memory to oltr_init() rather thanmdodd2001-03-081-43/+24
* Make the SYSCTL_OUT handlers sysctl_old_user() and sysctl_old_kernel()tmm2001-03-081-4/+10
* Remember to actually program the MAC address into the unicast filterwpaul2001-03-072-0/+14
* Bring our local hack for wakeup back fromiwasaki2001-03-071-0/+88
* Add GVC1601 - Rockwell V.34 Plug & Play Modemsanpei2001-03-072-0/+2
* Add IOD0081 - I-O DATA DEVICE,INC. IFML-560sanpei2001-03-072-0/+2
* Goodbye vn, welcome md.dcs2001-03-071-1/+1
* Set si_iosize_max to 64K, even though the adapter seems to be able to do more.scottl2001-03-071-11/+4
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-0716-72/+72
* Bitch more loudly when someone botches changes to kinfo_procmckusick2001-03-071-3/+12
* Apply i386 fix in 1.32 for the alpha too.mckusick2001-03-071-1/+1
* Unrevert the pmap_map() changes. They weren't broken on x86.jhb2001-03-076-70/+73
* - Don't hold the proc lock across VREF and the fd* functions to avoid lockjhb2001-03-071-4/+21
* Spelling and capitalization fixes.gsutter2001-03-072-14/+14
* - Release Giant a bit earlier on syscall exit.jhb2001-03-075-87/+59
* - Lock the process while sending it a signal.jhb2001-03-071-2/+13
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-0736-45/+173
* Protect SIGDELSET of p_siglist with the proc lock.jhb2001-03-071-1/+4
* Proc locking including using proc lock in place of proctree wherejhb2001-03-071-10/+27
* Proc locking.jhb2001-03-071-3/+9
* Use the proc lock to protect access to p_sigacts->ps_sigintr.jhb2001-03-071-4/+4
* Just hold the proc lock while getting the parent's PID rather than ajhb2001-03-072-20/+10
* Use the proc lock to protect p_pptr when waking up our parent in cpu_exit()jhb2001-03-076-7/+12
OpenPOWER on IntegriCloud