| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some 64bit truncation problems which crept into SYSCTL_LONG() with the | Doug Rabson | 1998-12-27 | 3 | -39/+12 |
| * | Tweak ptrace(PT_READ_U) so that the last alpha register can be read. | Doug Rabson | 1998-12-26 | 1 | -2/+5 |
| * | Restored rev.1.31 which was clobbered by rev.1.69 (the big Lite2 | Bruce Evans | 1998-12-24 | 2 | -4/+6 |
| * | Adjust some comments to prevent future confusion on the implementation. | Matthew Dillon | 1998-12-22 | 1 | -6/+26 |
| * | Correctly handle misaligned VMIO buffer (whose start or end offset in the VM | Luoqi Chen | 1998-12-22 | 1 | -77/+92 |
| * | Check return value of tsleep(). I've checked of all call points - | Eivind Eklund | 1998-12-22 | 2 | -8/+14 |
| * | Staticize. | Eivind Eklund | 1998-12-21 | 2 | -18/+18 |
| * | Add asleep() and await() support. Currently highly experimental. A | Matthew Dillon | 1998-12-21 | 1 | -2/+189 |
| * | Fix two bogons created by 'patch(1)' in my last commit. | Julian Elischer | 1998-12-19 | 1 | -2/+3 |
| * | Reviewed by: Luoqi Chen, Jordan Hubbard | Julian Elischer | 1998-12-19 | 5 | -5/+161 |
| * | Removed the cast to a pointer in the definition of PS_STRINGS and | Bruce Evans | 1998-12-16 | 1 | -4/+3 |
| * | Removed all traces of SYSCTL_INTPTR(). Pointers can't really be passed | Bruce Evans | 1998-12-16 | 1 | -5/+4 |
| * | Removed bogus casts of USRSTACK and/or the other operand in binary | Bruce Evans | 1998-12-16 | 1 | -7/+4 |
| * | Wrap two macros into do { ... } while (0), and fix the way they're used | Dag-Erling Smørgrav | 1998-12-15 | 2 | -4/+4 |
| * | fix intermediate overflow in 'quad = int * int' situation by casting | Matthew Dillon | 1998-12-14 | 1 | -2/+2 |
| * | Fixed problems with kernel config file overrides of sysv semaphore | Matthew Dillon | 1998-12-14 | 2 | -3/+5 |
| * | Fix -Wuninitialized warning regarding zero-length var-args ctl element. | Matthew Dillon | 1998-12-14 | 1 | -2/+2 |
| * | Add a generic flag, CTLFLAG_SECURE, which can be used to mark a sysctl | Don Lewis | 1998-12-13 | 1 | -2/+3 |
| * | getpgid() and getsid() were doing a comparision rather than an assignment, | Don Lewis | 1998-12-13 | 1 | -5/+11 |
| * | PR: kern/8965 | Matthew Dillon | 1998-12-12 | 2 | -2/+6 |
| * | When no driver was found for a device, the message 'not probed' appeared | Nick Hibma | 1998-12-12 | 1 | -5/+5 |
| * | Rename one of the two devfs_link's to devfs_makelink. | Eivind Eklund | 1998-12-10 | 1 | -3/+3 |
| * | poll(2) sets POLLNVAL for descriptors passed in that are less than | Jordan K. Hubbard | 1998-12-10 | 1 | -2/+4 |
| * | In ktrwrite, use uio_procp = curproc vs 0 | Robert V. Baron | 1998-12-10 | 1 | -2/+2 |
| * | Get rid of CTLTYPE_OPAQUE in a SYSCTL_OPAQUE - it is added my the | Eivind Eklund | 1998-12-09 | 1 | -2/+2 |
| * | Backed out the FIOASYNC fix in rev.1.108. fcntl(fd, F_SETFL, flags) | Bruce Evans | 1998-12-08 | 1 | -2/+1 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 9 | -27/+11 |
| * | Fix grouping of statements. This remove a potential panic in the soft | Eivind Eklund | 1998-12-07 | 1 | -5/+5 |
| * | Move stime declaration to main block, otherwise can left uninitialized | Andrey A. Chernov | 1998-12-07 | 1 | -2/+3 |
| * | Avoid compiler warning (printf arg type mismatch) when compiling #ifdef DEBUG | Archie Cobbs | 1998-12-06 | 1 | -2/+2 |
| * | Even the most recently allocated buffer may not have its b_blkno | Kirk McKusick | 1998-12-05 | 1 | -2/+5 |
| * | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 9 | -19/+21 |
| * | Fixed broken code in sendfile(2) when using file offsets. | David Greenman | 1998-12-03 | 1 | -5/+7 |
| * | Add snprintf(3) and vsnprintf(3) capability to the kernel. | Archie Cobbs | 1998-12-03 | 1 | -2/+55 |
| * | - For some old Cyrix CPUs, %cr2 is clobbered by interrupts. This | KATO Takenori | 1998-12-02 | 1 | -27/+59 |
| * | Check return value of malloc() in expand_name. | Eivind Eklund | 1998-12-02 | 1 | -1/+3 |
| * | Make the previous behaviour the default, add a sysctl which you | Poul-Henning Kamp | 1998-11-29 | 2 | -24/+84 |
| * | Compare p_cpulimit with RLIM_INFINITY before comparing it with the process | David Greenman | 1998-11-27 | 1 | -2/+3 |
| * | Don't forget to update the pmap associated with aio daemons when adding | Tor Egge | 1998-11-27 | 1 | -2/+2 |
| * | Attempt to handle interrupts delivered to all IO APICs by using the first | Tor Egge | 1998-11-26 | 1 | -2/+17 |
| * | Staticize. | Eivind Eklund | 1998-11-26 | 2 | -5/+5 |
| * | Fixed the previous fix - stathz doesn't give the statclock frequency | Bruce Evans | 1998-11-26 | 1 | -5/+6 |
| * | Oops, yet again back out some local changes that shouldn't have been | Bruce Evans | 1998-11-26 | 1 | -5/+5 |
| * | Fixed scaling of p_pctcpu. It was wrong by a factor of stathz/hz. | Bruce Evans | 1998-11-26 | 1 | -8/+8 |
| * | Make timecounters more resistant to badly behaved SW/HW which locks | Poul-Henning Kamp | 1998-11-23 | 2 | -20/+36 |
| * | Add a kludge to prevent panicing when using VM86 and hitting here | Søren Schmidt | 1998-11-23 | 2 | -4/+4 |
| * | Fixed a missing include. `SYSININT(...);' garbage in gave null garbage out. | Bruce Evans | 1998-11-23 | 1 | -1/+2 |
| * | We can't call fsetown() from sonewconn() because sonewconn() is be called | Don Lewis | 1998-11-23 | 3 | -5/+5 |
| * | Fixed some missing cases in the check for ioctls that involve modification. | Bruce Evans | 1998-11-22 | 1 | -8/+25 |
| * | Closed a very narrow and rare race condition that involved net interrupts, | David Greenman | 1998-11-18 | 2 | -3/+8 |