summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change uipc_sockaddr so that a sockaddr_un without a path is returnedtmm2001-04-241-0/+2
* o Change a suser() call to a suser_xxx(..., PRISON_ROOT) call in therwatson2001-04-241-1/+1
* When switching backing store during signal delivery, do the switch beforedfr2001-04-242-14/+16
* Align stack pointer and backing store pointer to 16 byte boundary whendfr2001-04-241-0/+5
* Don't trash the user's pr on syscalls.dfr2001-04-242-2/+4
* Revert previous delta, which was completely bogus.sheldonh2001-04-241-1/+1
* Disconnect linux from the build. The buildkernel target has beensheldonh2001-04-241-1/+1
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-2435-285/+385
* Pre-dirpref versions of fsck may zero out the new superblock fieldsiedowse2001-04-241-0/+6
* Back out previous commit.grog2001-04-231-0/+4
* Fix a bug introduced in the last commit: vaccess_acl_posix1 only checkedtmm2001-04-233-3/+3
* Add als4000 subdir.orion2001-04-231-3/+3
* Initial version of Avance Logic ALS4000 pcm driver.orion2001-04-235-0/+1005
* fix it so it compiles againmjacob2001-04-2312-0/+24
* fix it so it compiles again after twerpage elsewheremjacob2001-04-231-0/+2
* add this ridiculous include foo so it will compile againmjacob2001-04-232-0/+4
* Fix includes so it compiles again.mjacob2001-04-232-2/+4
* Correct #includes to work with fixed sys/mount.h.grog2001-04-2385-0/+169
* Correct #includes to work with fixed sys/mount.h.grog2001-04-2314-0/+28
* Remove bogus #include and duplicate definition of AF_MAX. These weregrog2001-04-231-4/+0
* Add address families AF_SLOW and AF_SCLUSTER. These are used by thegrog2001-04-232-3/+8
* Fix the `tape drive spinning indefinately upon mt stat' problem.joerg2001-04-221-2/+15
* Removed old version of vaccess_acl_posix1e() that snuck back in rev 1.146.obrien2001-04-221-2/+0
* Style(9) fixes:obrien2001-04-221-51/+53
* add MARVELL to the list of phys to go into miibusmjacob2001-04-211-1/+1
* o Remove comment indicating policy permits loop-back debugging, butrwatson2001-04-211-1/+0
* Block out all interrupts, even machine checks, for critical_enter()gallatin2001-04-212-1/+2
* Fix the cut'n'paste style bugs I introduced in rev 1.16jedgar2001-04-211-3/+3
* Upper limit of mousechar start is UCHAR_MAX - 3, not UCHAR_MAX - 4ache2001-04-211-2/+4
* My fix to NEWCARD for getting the function type broke oldcard due toimp2001-04-211-2/+2
* Set the device name for NEC PC98 PCMCIA Controller on boot.imp2001-04-211-18/+19
* Add accessor/ivar for the "function". This is so we can genericallyimp2001-04-212-1/+6
* Avoid divide-by-zero for devices that the adapter has not negotiated amsmith2001-04-211-1/+5
* Add entry for swdog, Sitara Networks' watchdog timer.grog2001-04-211-0/+1
* Only try to delete the resource if we actually got it.imp2001-04-211-2/+3
* Spelling nit: acquring -> acquiring.jhb2001-04-211-1/+1
* Assert that when using an interlock mutex it is not recursed when lockmgr()alfred2001-04-201-1/+3
* add a comment to note that a process's vmspace may change, but so faralfred2001-04-201-1/+3
* Say goodbye to TCP_COMPAT_42jesper2001-04-2010-84/+0
* Fix typo in previous commit.ume2001-04-201-1/+1
* Make the ap_boot_mtx mutex static.jhb2001-04-207-7/+7
* Split up the db_printf's for 'show pcpu' so that we only output at most onejhb2001-04-202-4/+8
* GC some debugging code that's been #if 0'ed since we got the file fromgallatin2001-04-201-8/+0
* - Fix to receive icmp6 echo reply within the host itself to ff02::1.ume2001-04-191-2/+32
* style(9) edit.obrien2001-04-191-40/+39
* o Document UFS_ACL optionjedgar2001-04-192-4/+16
* - Whoops, forgot to enable the clock lock in the spin order list on thejhb2001-04-191-4/+2
* Add power on to start sequence for 4.x kernels.orion2001-04-192-2/+12
* Don't unwrap the function descriptor used as the callout argument todfr2001-04-191-7/+2
* Don't take the Giant mutex for clock interrupts.dfr2001-04-191-2/+0
OpenPOWER on IntegriCloud