| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/2.2.1_cvs | cvs2svn | 1997-03-27 | 44 | -44/+44 |
| * | This commit was manufactured by cvs2svn to create tagrelease/2.2.1 | cvs2svn | 1997-03-27 | 1 | -3/+3 |
| * | YAMFC (fixed lseek() on named pipes by adding new descriptor type | Bruce Evans | 1996-12-21 | 1 | -1/+3 |
| * | YAMFC | Poul-Henning Kamp | 1996-11-23 | 5 | -155/+251 |
| * | Fix a potential deadlock from the previous commit. | John Dyson | 1996-10-30 | 1 | -2/+4 |
| * | Fix the /proc/???/map file so that it is possible to read an arbitrarily | John Dyson | 1996-10-30 | 1 | -18/+23 |
| * | devfs_tree.c: improve our bdevvp() function. | Poul-Henning Kamp | 1996-10-28 | 2 | -4/+8 |
| * | Fix setting breakpoints in shared regions. | John Dyson | 1996-10-24 | 1 | -7/+4 |
| * | Just because something doesn't make sense doesn't mean it should be illegal.. | Julian Elischer | 1996-10-17 | 1 | -2/+1 |
| * | actually impliment permissions for teh chown/chmod/etc functions | Julian Elischer | 1996-10-16 | 1 | -31/+88 |
| * | Allow the utimes call to work on devfs nodes. | Julian Elischer | 1996-10-16 | 1 | -3/+2 |
| * | reads and writes to devices update m and a times | Julian Elischer | 1996-10-12 | 1 | -3/+9 |
| * | Substitution of a long divide by a shift. Other cosmetic improvements. | John Dyson | 1996-10-06 | 1 | -13/+22 |
| * | Started unspamming <sys/systm.h>. Don't include <machine/stdarg.h> | Bruce Evans | 1996-09-29 | 1 | -1/+3 |
| * | Whoops, I should've used the LINT config file. More ts -> tv changes | Nate Williams | 1996-09-20 | 2 | -11/+11 |
| * | fix the ability of the VFS to reclaim devfs nodes correctly.. | Julian Elischer | 1996-09-11 | 1 | -2/+3 |
| * | Updated #includes to 4.4Lite style. | Bruce Evans | 1996-09-10 | 4 | -31/+34 |
| * | Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel. | Bruce Evans | 1996-09-03 | 7 | -11/+17 |
| * | Fixed the easy cases of const poisoning in the kernel. Cosmetic. | Bruce Evans | 1996-08-31 | 1 | -2/+2 |
| * | Even though this looks like it, this is not a complex code change. | John Dyson | 1996-08-21 | 1 | -2/+7 |
| * | Submitted by: doug Rabson (dfr@render.com) | Julian Elischer | 1996-08-13 | 2 | -9/+13 |
| * | symlink support in devfs. | Julian Elischer | 1996-08-13 | 2 | -38/+96 |
| * | Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. This | Bruce Evans | 1996-07-30 | 1 | -1/+3 |
| * | Modify slightly the output from the map file in /proc. Now the | John Dyson | 1996-07-27 | 1 | -2/+4 |
| * | Under certain circumstances, reading the /proc/*/map file can | John Dyson | 1996-07-27 | 1 | -2/+5 |
| * | Remove a totally unneeded (and as of the last VM commit, incorrect) call | John Dyson | 1996-07-27 | 1 | -2/+1 |
| * | DEVFS needs a special bdevvp(). | Poul-Henning Kamp | 1996-07-24 | 1 | -1/+37 |
| * | Comment out rootdev & rrootdev so a ls -l doesn't panic the machine. | Poul-Henning Kamp | 1996-07-03 | 1 | -2/+2 |
| * | Implement locking for pfs nodes, when at the leaf. Concurrent access | John Dyson | 1996-07-02 | 2 | -11/+31 |
| * | Fix a serious problem, with a window where an object lock is needed, | John Dyson | 1996-07-02 | 1 | -57/+97 |
| * | Add procfs_type.c to the repository. | John Dyson | 1996-06-18 | 1 | -0/+91 |
| * | Clean-up the new VM map procfs code, and also add support for executable | John Dyson | 1996-06-18 | 4 | -6/+24 |
| * | This file is the "meat" of the process address space capability. If you | John Dyson | 1996-06-17 | 1 | -0/+169 |
| * | Add a feature to procfs to allow display of the process address map | John Dyson | 1996-06-17 | 3 | -4/+11 |
| * | Cosmetic change: make the ``ready to run'' line match the | Gary Palmer | 1996-06-15 | 1 | -2/+2 |
| * | Clean up -Wunused warnings. | Gary Palmer | 1996-06-12 | 2 | -24/+2 |
| * | Clean up -Wunused warnings. Julian asked me to just ifdef | Gary Palmer | 1996-06-12 | 3 | -47/+29 |
| * | Moved the fsnode MALLOC to before the call to getnewvnode() so that the | David Greenman | 1996-06-12 | 7 | -32/+80 |
| * | Properly lock the vm space when accessing the memory in a process. This | John Dyson | 1996-06-11 | 1 | -2/+14 |
| * | Fix the reproto.sh script that was broken after my KNFification. | Joerg Wunsch | 1996-04-07 | 5 | -43/+100 |
| * | KNFify the function definitions. It's harder to grep around when the | Joerg Wunsch | 1996-04-06 | 3 | -32/+50 |
| * | Merged devfs_add_devsw() into devfs_add_devswf() | Marc G. Fournier | 1996-04-03 | 1 | -34/+17 |
| * | Made the src code match the man page. | Marc G. Fournier | 1996-04-02 | 1 | -28/+2 |
| * | Added dev_linkf() function (dev_link() + printf-style arguments) | Marc G. Fournier | 1996-03-28 | 1 | -1/+54 |
| * | Submitted by: "Marc G. Fournier" <scrappy@ki.net> | Julian Elischer | 1996-03-25 | 1 | -7/+8 |
| * | Fix the problem that unmounting filesystems that are backed by a VMIO | John Dyson | 1996-03-19 | 1 | -2/+3 |
| * | This commit was generated by cvs2svn to compensate for changes in r14557, | Peter Wemm | 1996-03-11 | 3 | -4/+1075 |
| |\ |
|
| | * | Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all | Peter Wemm | 1996-03-11 | 38 | -0/+15178 |
| * | For Lite2: proc LIST changes. | Jeffrey Hsu | 1996-03-11 | 1 | -6/+4 |
| * | Make sure that the zero flag is cleared upon completion of paging I/O. | John Dyson | 1996-03-09 | 1 | -1/+2 |