summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Even the most recently allocated buffer may not have its b_blknomckusick1998-12-051-2/+5
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-049-19/+21
* Fixed broken code in sendfile(2) when using file offsets.dg1998-12-031-5/+7
* Add snprintf(3) and vsnprintf(3) capability to the kernel.archie1998-12-031-2/+55
* - For some old Cyrix CPUs, %cr2 is clobbered by interrupts. Thiskato1998-12-021-27/+59
* Check return value of malloc() in expand_name.eivind1998-12-021-1/+3
* Make the previous behaviour the default, add a sysctl which youphk1998-11-292-24/+84
* Compare p_cpulimit with RLIM_INFINITY before comparing it with the processdg1998-11-271-2/+3
* Don't forget to update the pmap associated with aio daemons when addingtegge1998-11-271-2/+2
* Attempt to handle interrupts delivered to all IO APICs by using the firsttegge1998-11-261-2/+17
* Staticize.eivind1998-11-262-5/+5
* Fixed the previous fix - stathz doesn't give the statclock frequencybde1998-11-261-5/+6
* Oops, yet again back out some local changes that shouldn't have beenbde1998-11-261-5/+5
* Fixed scaling of p_pctcpu. It was wrong by a factor of stathz/hz.bde1998-11-261-8/+8
* Make timecounters more resistant to badly behaved SW/HW which locksphk1998-11-232-20/+36
* Add a kludge to prevent panicing when using VM86 and hitting heresos1998-11-232-4/+4
* Fixed a missing include. `SYSININT(...);' garbage in gave null garbage out.bde1998-11-231-1/+2
* We can't call fsetown() from sonewconn() because sonewconn() is be calledtruckman1998-11-233-5/+5
* Fixed some missing cases in the check for ioctls that involve modification.bde1998-11-221-8/+25
* Closed a very narrow and rare race condition that involved net interrupts,dg1998-11-182-3/+8
* Because buffers may be tossed and recreated at will under the new VMmckusick1998-11-171-4/+9
* Now that the wd driver is fixed (Thanks Bruce!), re-enable theken1998-11-151-10/+2
* A couple of minor sanity checks.dfr1998-11-151-4/+10
OpenPOWER on IntegriCloud