| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete bogus inconsistency check that could cause a gratuitous panic. I | dg | 1996-12-29 | 1 | -8/+1 |
* | This commit is the embodiment of some VFS read clustering improvements. | dyson | 1996-12-29 | 5 | -137/+220 |
* | Make DFLDSIZ and MAXDSIZ fully-supported options. | joerg | 1996-12-22 | 5 | -5/+14 |
* | Make this compile in the kernel too, major cosmetic cleanup. | phk | 1996-12-22 | 1 | -260/+277 |
* | Fixed nonexistent checking of lock types for F_GETLK. | bde | 1996-12-19 | 1 | -1/+4 |
* | Fixed lseek() on named pipes. It always succeeded but should always fail. | bde | 1996-12-19 | 3 | -9/+12 |
* | Fixed setpgid(). Negative pgids were accepted. | bde | 1996-12-19 | 1 | -1/+3 |
* | Fixed arg checking in if_advlock(). Invalid args were accepted in an | bde | 1996-12-19 | 1 | -11/+14 |
* | Only handle copyin/out/etc faults when not in an interrupt handler. | bde | 1996-12-18 | 1 | -8/+9 |
* | Typo fix. | alex | 1996-12-17 | 1 | -2/+2 |
* | Fixed garbage being returned for constant int values, e.g., for | bde | 1996-12-15 | 1 | -2/+2 |
* | Fixed magic and wrong numbers in calibration of nullfunc_loop_profiled() | bde | 1996-12-13 | 1 | -13/+10 |
* | Fixed a null pointer panic in ADDENTRY(). Unloading the lkm and joy | bde | 1996-12-06 | 1 | -2/+3 |
* | Add comments to hard-to-follow File descriptor handling code | julian | 1996-12-05 | 1 | -1/+68 |
* | Clean-up of the new buffer kva allocation code. Also, there was an | dyson | 1996-12-05 | 1 | -2/+2 |
* | Removed all references to b_cylinder (aka b_cylin). It was evil and | bde | 1996-12-01 | 2 | -17/+2 |
* | Don't allow empty pathnames. POSIX standard. | bde | 1996-12-01 | 1 | -1/+8 |
* | Fix a problem with the new buffer_map management code. Additionally, | dyson | 1996-12-01 | 1 | -14/+24 |
* | This update adds the support for != 512 byte sector SCSI devices to | sos | 1996-12-01 | 2 | -4/+6 |
* | Implement a new totally dynamic (up to MAXPHYS) buffer kva allocation | dyson | 1996-11-30 | 2 | -21/+89 |
* | Check for error return from uiomove to prevent looping endlessly in | dg | 1996-11-29 | 1 | -1/+3 |
* | Fixed sigaction() for SIGKILL and SIGSTOP. Reading the old action now | bde | 1996-11-29 | 1 | -5/+9 |
* | Help broken d_stop() routines by flushing the output queue before | bde | 1996-11-29 | 1 | -2/+4 |
* | Fixed bugs handling (background) orphaned process groups. tty | bde | 1996-11-29 | 1 | -5/+10 |
* | Fixed some bugs in BREAK handling. If BRKINT is set, then always flush | bde | 1996-11-29 | 1 | -7/+8 |
* | Fixed handling of non-POSIX control characters. They must not do | bde | 1996-11-29 | 1 | -9/+11 |
* | Potentially fix a problem, whereby MSDOSFS can request buffers | dyson | 1996-11-28 | 1 | -1/+4 |
* | Improve the caching of small files like directories, while not | dyson | 1996-11-17 | 1 | -2/+2 |
* | Restored writability of kern.maxvnodes. It was broken a year ago in | bde | 1996-11-12 | 2 | -4/+4 |
* | Add the IP_RECVIF socket option, which supplies a packet's incoming interface | fenner | 1996-11-11 | 2 | -2/+54 |
* | Fix an ordering bug -- pmap_remove_pages should be called BEFORE | dyson | 1996-11-09 | 1 | -2/+2 |
* | Don't clobber max_ncyls, ending up guessing thetotal number of cylinders as | bde | 1996-11-04 | 1 | -6/+10 |
* | Further improved version of hadling a HALT when there is no console. | julian | 1996-10-31 | 1 | -2/+8 |
* | More merge and update. | asami | 1996-10-30 | 1 | -1/+5 |
* | if there is no console, cngetc should act like getc and return -1 | julian | 1996-10-30 | 2 | -5/+5 |
* | Search for labels on all slices whenever any minor for a drive is opened. | bde | 1996-10-29 | 1 | -44/+55 |
* | init_main.c: pass -d to init if DEVFS_ROOT | phk | 1996-10-28 | 4 | -4/+14 |
* | Move static variable nextpid out from fork1(). Now top(1) can print | wosch | 1996-10-27 | 1 | -2/+3 |
* | Improved biasing of i586 clock by adjusting for hardclock() latency. | bde | 1996-10-25 | 3 | -3/+6 |
* | Added a missing break, so all static bins would be missed :( | sos | 1996-10-24 | 1 | -1/+2 |
* | close bin/1648 libmd not 64bit safe. | phk | 1996-10-22 | 1 | -3/+4 |
* | Fix signed/unsigned comparison warnings. | alex | 1996-10-20 | 1 | -2/+2 |
* | Kill unnecessary test in coredump() that wasn't removed in rev 1.19 | dg | 1996-10-19 | 1 | -9/+2 |
* | Improved non-statistical (GUPROF) profiling: | bde | 1996-10-17 | 1 | -37/+149 |
* | I'm not sure why, but Netcon's TFS filesystem code doesn't want to | jkh | 1996-10-17 | 2 | -10/+18 |
* | Fix a problem that could cause msync (or many other things) to deadlock. | dyson | 1996-10-17 | 1 | -44/+40 |
* | Make processes waken up eligible for immediate swap-in. | dyson | 1996-10-17 | 1 | -2/+6 |
* | Clean up the rundown of the object backing a vnode. This should fix | dyson | 1996-10-17 | 2 | -4/+22 |
* | Oops forgot to remove a debug printf. | sos | 1996-10-16 | 1 | -2/+2 |
* | Prepare kernel to take advantage of "branded" ELF binaries. | sos | 1996-10-16 | 1 | -47/+76 |