summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the use of commons in the kernel and modules,msmith2002-01-104-4/+58
* Fix typo in function name.wes2002-01-102-2/+2
* Add getcontext, setcontext, makecontext, and swapcontext prototypesdeischen2002-01-101-0/+7
* Use a spare slot in the machine context to identify the context formatdeischen2002-01-102-1/+5
* Use a spare slot in the machine context for a flags word to indicatedeischen2002-01-104-2/+10
* Terminate requests in nfs_sigintr() if the filesystem is in theiedowse2002-01-101-1/+4
* Change dounmount() to return EBUSY in the non-MNT_FORCE case if weiedowse2002-01-102-2/+16
* o Revert kern_sig.c#1.143, as cr_cansignal() doesn't currently permitrwatson2002-01-101-3/+14
* Implement 2 small helper functions:mdodd2002-01-102-0/+37
* Staticise the random_state array.msmith2002-01-102-5/+3
* Remove KMODDEPS, this is not used on -current and should not be leftpeter2002-01-091-1/+0
* Fix S3 breakage.takawata2002-01-092-2/+4
* Increase BSIZEMAX from 8k to 16k, so that we can reliably boot fromiedowse2002-01-092-2/+2
* Use KMODDEPS to document module dependencies on libiconv andsheldonh2002-01-091-0/+1
* Replace spaces after #defines with tabs; this makes all #defineskbyanc2002-01-092-26/+26
* o Correct a 32/64-bit error in the initialization of aiol_zone, specifically,alc2002-01-091-1/+1
* Add a new sysinit SI_SUB_DEVFS. Devfs hooks into the kernel at SI_ORDER_FIRST,msmith2002-01-093-2/+21
* GC fast_vfork; it's not actually referenced anywhere.silby2002-01-091-4/+0
* Move the make_dev call from the cn_probe to a sysinit that runs atjake2002-01-091-1/+9
* Define the kern.cam sysctl in the cam layer, rather than multiply in severalmsmith2002-01-095-8/+13
* Staticise a debugging variable.msmith2002-01-091-1/+1
* Staticise the aac devclass.msmith2002-01-095-6/+5
* holdsock is gone, remove the prototypealfred2002-01-091-1/+0
* Sockets are called 'so' not 'sp'.alfred2002-01-091-8/+8
* Revert 1.81; 1.19 fixed this already in a different way.silby2002-01-092-6/+2
* Use a sysinit to initialise the devfs hooks in kern_conf.c rather than commonmsmith2002-01-091-3/+10
* Add quirk for DIVA USB Mp3 Player.sobomax2002-01-081-0/+8
* Regenerate from 1.26 pccarddevsimp2002-01-081-2/+23
* Catch up to NetBSD:imp2002-01-081-1/+8
* - generic Arcnet frameworkfjoe2002-01-0812-0/+2225
* Rename some variables that end up shadowing their namesakes in the NFS clientmsmith2002-01-085-73/+74
* Staticise a couple of debugging variables.msmith2002-01-082-4/+4
* Rename a variable that might accidentally be duplicated elsewhere.msmith2002-01-083-5/+5
* Avoid doubly defining machdep.pccardmsmith2002-01-082-2/+2
* Staticise the coda vfsop pointer.msmith2002-01-084-4/+2
* Initialise the bioops vector hack at runtime rather than at link time. Thismsmith2002-01-081-8/+7
* find_devclass -> devclass_find.msmith2002-01-081-1/+1
* Revert change that breaks the joy module. joydevclass must not be static.imp2002-01-081-1/+1
* Add upa.h, which I had previously forgotten, to unbreak the sparc64tmm2002-01-081-0/+34
* Staticise pfs_vncache, it's not used anywhere else.msmith2002-01-081-1/+1
* Initialise the intrq_present fields at runtime, not link time. This allowsmsmith2002-01-088-19/+26
* Staticise a couple of things that shouldn't be leaked into thejoe2002-01-082-2/+2
* Staticise the fw chain.msmith2002-01-081-1/+1
* Staticise the socket list.msmith2002-01-081-1/+1
* Staticise private interface lists.msmith2002-01-086-7/+5
* Gut this header; since physio_proc_init is never called, the code never doesmsmith2002-01-082-68/+2
* Staticise the flash buffer, since it isn't needed anywhere else.msmith2002-01-081-1/+1
* Staticise the con_bios and digi_devclass variables, since they aren't neededmsmith2002-01-082-3/+2
* Staticise the device node pointers.msmith2002-01-081-1/+1
* Staticise the joy devclass.msmith2002-01-081-1/+1
OpenPOWER on IntegriCloud