| Commit message (Expand) | Author | Age | Files | Lines |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -5/+5 |
| * | Introduce machine-dependent macro pgtok() to convert page count to number | Luoqi Chen | 1999-02-19 | 1 | -2/+1 |
| * | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | Luoqi Chen | 1999-02-19 | 1 | -7/+2 |
| * | Use suser() to check for super user rather than examining cr_uid directly. | Poul-Henning Kamp | 1999-01-30 | 1 | -3/+3 |
| * | Fix warnings related to -Wall -Wcast-qual | Matthew Dillon | 1999-01-28 | 1 | -2/+2 |
| * | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | Eivind Eklund | 1999-01-08 | 1 | -5/+3 |
| * | Backed out the FIOASYNC fix in rev.1.108. fcntl(fd, F_SETFL, flags) | Bruce Evans | 1998-12-08 | 1 | -2/+1 |
| * | Move stime declaration to main block, otherwise can left uninitialized | Andrey A. Chernov | 1998-12-07 | 1 | -2/+3 |
| * | Fixed some missing cases in the check for ioctls that involve modification. | Bruce Evans | 1998-11-22 | 1 | -8/+25 |
| * | Installed the second patch attached to kern/7899 with some changes suggested | Don Lewis | 1998-11-11 | 1 | -3/+24 |
| * | A limit of 200000 for the output buffer high watermark was excessive, | Bruce Evans | 1998-08-19 | 1 | -11/+3 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-11 | 1 | -7/+7 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -2/+3 |
| * | Fixed stale references to hzto() in comments. | Bruce Evans | 1998-05-17 | 1 | -3/+3 |
| * | Eradicate the variable "time" from the kernel, using various measures. | Poul-Henning Kamp | 1998-03-30 | 1 | -3/+3 |
| * | Set the input and output buffer sizes and the input buffer watermarks | Bruce Evans | 1998-03-07 | 1 | -39/+71 |
| * | Make COMPAT_43 and COMPAT_SUNOS new-style options. | Eivind Eklund | 1997-12-16 | 1 | -1/+2 |
| * | Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are | Bruce Evans | 1997-12-06 | 1 | -2/+2 |
| * | Remove a bunch of variables which were unused both in GENERIC and LINT. | Poul-Henning Kamp | 1997-11-07 | 1 | -2/+1 |
| * | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 1 | -1/+3 |
| * | Extend to use poll backend. If memory serves correctly, most of this was | Peter Wemm | 1997-09-14 | 1 | -22/+22 |
| * | Removed unused #includes. | Bruce Evans | 1997-09-02 | 1 | -5/+1 |
| * | Don't include <sys/ioctl.h> in the kernel. Stage 5: include | Bruce Evans | 1997-03-24 | 1 | -2/+5 |
| * | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | Bruce Evans | 1997-03-23 | 1 | -2/+2 |
| * | Fixed some invalid (non-atomic) accesses to `time', mostly ones of the | Bruce Evans | 1997-03-22 | 1 | -7/+3 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Help broken d_stop() routines by flushing the output queue before | Bruce Evans | 1996-11-29 | 1 | -2/+4 |
| * | Fixed bugs handling (background) orphaned process groups. tty | Bruce Evans | 1996-11-29 | 1 | -5/+10 |
| * | Fixed some bugs in BREAK handling. If BRKINT is set, then always flush | Bruce Evans | 1996-11-29 | 1 | -7/+8 |
| * | Fixed handling of non-POSIX control characters. They must not do | Bruce Evans | 1996-11-29 | 1 | -9/+11 |
| * | Fixed the easy cases of const poisoning in the kernel. Cosmetic. | Bruce Evans | 1996-08-31 | 1 | -3/+3 |
| * | Fixed a wrong comment. Did tsleep() ever return the networking errno | Bruce Evans | 1996-08-28 | 1 | -2/+2 |
| * | Clean up -Wunused warnings. | Gary Palmer | 1996-06-12 | 1 | -1/+3 |
| * | removed: | Poul-Henning Kamp | 1996-05-02 | 1 | -2/+2 |
| * | From Lite2: proc LIST changes. | Jeffrey Hsu | 1996-03-11 | 1 | -3/+3 |
| * | Add more options into the conf/options and i386/conf/options.i386 files | Peter Wemm | 1996-03-02 | 1 | -1/+2 |
| * | Oops, the last commit missed one change from 200 to OBUFSIZ + 100. | Bruce Evans | 1995-12-16 | 1 | -2/+2 |
| * | Changed the maximum output queue count from (TTMAXHIWAT + 200) to | Bruce Evans | 1995-12-15 | 1 | -2/+3 |
| * | Disabled the sleep in ttyflush(). It can't work in general because | Bruce Evans | 1995-12-15 | 1 | -1/+15 |
| * | Restored unused function ttrstrt(). It would be used if the low level | Bruce Evans | 1995-12-14 | 1 | -1/+27 |
| * | A Major staticize sweep. Generates a couple of warnings that I'll deal | Poul-Henning Kamp | 1995-12-14 | 1 | -23/+6 |
| * | devsw tables are now arrays of POINTERS to struct [cb]devsw | Julian Elischer | 1995-12-13 | 1 | -6/+6 |
| * | Untangled the vm.h include file spaghetti. | David Greenman | 1995-12-07 | 1 | -1/+6 |
| * | Fixed initialization of TS_CONNECTED bit in t_state. It wasn't | Bruce Evans | 1995-10-31 | 1 | -1/+4 |
| * | Fix wakeups for TIOCDRAINWAIT. The conditional wakeups introduced in rev | Bruce Evans | 1995-09-10 | 1 | -2/+3 |
| * | Check for valid speed values in pty drive | Andrey A. Chernov | 1995-08-02 | 1 | -22/+2 |
| * | Optimize a bit valid speed search using fact that speed table sorted | Andrey A. Chernov | 1995-08-01 | 1 | -1/+5 |
| * | Check for valid speeds in TIOCSET* and return EINVAL for incorrect | Andrey A. Chernov | 1995-08-01 | 1 | -1/+19 |