summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Silence warnings.eivind1999-01-121-3/+3
* Remove warningn_hibma1999-01-101-3/+1
* Back out last change to sysctl.phk1999-01-101-47/+2
* Add kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS optiondes1999-01-101-3/+48
* KNFize, by bde.eivind1999-01-1014-66/+59
* Remove a diagnostic message left in by mistake.dfr1999-01-091-3/+2
* Implement a mechanism for a module to report a small amount of moduledfr1999-01-092-3/+31
* Implement support for adding syscalls in KLD modules.dfr1999-01-091-0/+94
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-0817-279/+134
* Changes to the LINUX_THREADS support to only allocate extra memory forjulian1999-01-073-36/+55
* Remove a hard-coded table of kernel console I/O functions exportedyokota1999-01-071-18/+7
* Add (but don't activate) code for a special VM option to makejulian1999-01-062-2/+56
* Don't allow more than one module with the same name to be loaded.msmith1999-01-051-4/+17
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-056-48/+24
* Finish staticization.eivind1999-01-052-10/+10
* Ifdefed conditionally used simplock variables.bde1999-01-023-5/+11
* Fixed bitrot in a comment. Fixed some style bugs.bde1999-01-011-5/+3
* When loading something that has undefined symbols, it would be helpful topeter1998-12-312-10/+26
* Various changes to support OSF1 emulation:dfr1998-12-302-7/+8
* Improved DDB_UNATTENDED behaviour. From the submitter:msmith1998-12-282-5/+9
* Fix some 64bit truncation problems which crept into SYSCTL_LONG() with thedfr1998-12-273-39/+12
* Tweak ptrace(PT_READ_U) so that the last alpha register can be read.dfr1998-12-261-2/+5
* Restored rev.1.31 which was clobbered by rev.1.69 (the big Lite2bde1998-12-242-4/+6
* Adjust some comments to prevent future confusion on the implementation.dillon1998-12-221-6/+26
* Correctly handle misaligned VMIO buffer (whose start or end offset in the VMluoqi1998-12-221-77/+92
* Check return value of tsleep(). I've checked of all call points -eivind1998-12-222-8/+14
* Staticize.eivind1998-12-212-18/+18
* Add asleep() and await() support. Currently highly experimental. Adillon1998-12-211-2/+189
* Fix two bogons created by 'patch(1)' in my last commit.julian1998-12-191-2/+3
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-195-5/+161
* Removed the cast to a pointer in the definition of PS_STRINGS andbde1998-12-161-4/+3
* Removed all traces of SYSCTL_INTPTR(). Pointers can't really be passedbde1998-12-161-5/+4
* Removed bogus casts of USRSTACK and/or the other operand in binarybde1998-12-161-7/+4
* Wrap two macros into do { ... } while (0), and fix the way they're useddes1998-12-152-4/+4
* fix intermediate overflow in 'quad = int * int' situation by castingdillon1998-12-141-2/+2
* Fixed problems with kernel config file overrides of sysv semaphoredillon1998-12-142-3/+5
* Fix -Wuninitialized warning regarding zero-length var-args ctl element.dillon1998-12-141-2/+2
* Add a generic flag, CTLFLAG_SECURE, which can be used to mark a sysctltruckman1998-12-131-2/+3
* getpgid() and getsid() were doing a comparision rather than an assignment,truckman1998-12-131-5/+11
* PR: kern/8965dillon1998-12-122-2/+6
* When no driver was found for a device, the message 'not probed' appearedn_hibma1998-12-121-5/+5
* Rename one of the two devfs_link's to devfs_makelink.eivind1998-12-101-3/+3
* poll(2) sets POLLNVAL for descriptors passed in that are less thanjkh1998-12-101-2/+4
* In ktrwrite, use uio_procp = curproc vs 0rvb1998-12-101-2/+2
* Get rid of CTLTYPE_OPAQUE in a SYSCTL_OPAQUE - it is added my theeivind1998-12-091-2/+2
* Backed out the FIOASYNC fix in rev.1.108. fcntl(fd, F_SETFL, flags)bde1998-12-081-2/+1
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-079-27/+11
* Fix grouping of statements. This remove a potential panic in the softeivind1998-12-071-5/+5
* Move stime declaration to main block, otherwise can left uninitializedache1998-12-071-2/+3
* Avoid compiler warning (printf arg type mismatch) when compiling #ifdef DEBUGarchie1998-12-061-2/+2
OpenPOWER on IntegriCloud