| Commit message (Expand) | Author | Age | Files | Lines |
| * | Staticize and remove $Log$. | Poul-Henning Kamp | 1995-12-17 | 5 | -448/+38 |
| * | Staticize. | Poul-Henning Kamp | 1995-12-17 | 59 | -880/+611 |
| * | Add an obscure feature, needed for debugging. | Poul-Henning Kamp | 1995-12-17 | 2 | -11/+14 |
| * | Implement client-side transaction TCP. This has little effect | Garrett Wollman | 1995-12-17 | 1 | -13/+39 |
| * | Implement server-side transaction TCP. (Has no effect on non-TTCP clients.) | Garrett Wollman | 1995-12-17 | 1 | -9/+25 |
| * | Add: | Jordan K. Hubbard | 1995-12-17 | 1 | -1/+3 |
| * | Cleaned up prototypes in pmap headers: removed ones for nonexistent | Bruce Evans | 1995-12-17 | 3 | -53/+44 |
| * | Fixed 1TB filesize changes. Some pindexes had bogus names and types | Bruce Evans | 1995-12-17 | 8 | -31/+23 |
| * | Updated to match 1TB filesize changes. Some pindexes were still offsets | Bruce Evans | 1995-12-17 | 1 | -7/+9 |
| * | Fixed building in obj directory. | Bruce Evans | 1995-12-16 | 1 | -1/+3 |
| * | Really finished (?) cleaning up sysinit stuff. | Bruce Evans | 1995-12-16 | 1 | -6/+4 |
| * | Oops, the last commit missed one change from 200 to OBUFSIZ + 100. | Bruce Evans | 1995-12-16 | 1 | -2/+2 |
| * | Removed dead debugging code. | Bruce Evans | 1995-12-16 | 1 | -7/+1 |
| * | Return the i/o size, not a truth value, in the probe. | Bruce Evans | 1995-12-16 | 1 | -1/+1 |
| * | One less magic number. | Bruce Evans | 1995-12-16 | 1 | -2/+2 |
| * | Reformatted the list of broken modules and added ip_mroute_mod to it. | Bruce Evans | 1995-12-16 | 2 | -10/+4 |
| * | Fixed comment about IPFIREWALL_VERBOSE. | Bruce Evans | 1995-12-16 | 3 | -6/+9 |
| * | Turn on ypserv. | Bill Paul | 1995-12-16 | 1 | -2/+2 |
| * | Import the new, non-GPL ypserv, written by yours truly. Functionally | Bill Paul | 1995-12-16 | 11 | -0/+2345 |
| * | Turn off ypserv. It's about to be replaced by a new non-GPL version. | Bill Paul | 1995-12-16 | 1 | -2/+2 |
| * | Catch a couple more null devsw dereferences... | Peter Wemm | 1995-12-16 | 4 | -8/+20 |
| * | Another shot at getting working si DEVFS entries.. Apparently, it didn't | Peter Wemm | 1995-12-16 | 2 | -20/+32 |
| * | Map ^C and ^\ (INTR and QUIT) to ^Q so that you can actually send these | Jordan K. Hubbard | 1995-12-16 | 2 | -1/+7 |
| * | 1) Fix local_passwd to co-operate with dual-personality crypt(3). | Mark Murray | 1995-12-16 | 3 | -10/+26 |
| * | Cosmetic cleanup and documentation of kvm_argv.. Hopefully the flow of | Peter Wemm | 1995-12-16 | 1 | -6/+65 |
| * | Dual personality crypt(3). This crypt will choose its encryption algorithm | Mark Murray | 1995-12-16 | 5 | -34/+191 |
| * | Oops, forgot to update this to match pr_ctlinput. | Bruce Evans | 1995-12-16 | 1 | -3/+3 |
| * | Added undocumented option LINUX so that it gets tested. | Bruce Evans | 1995-12-16 | 3 | -3/+6 |
| * | Uniformized pr_ctlinput protosw functions. The third arg is now `void | Bruce Evans | 1995-12-16 | 16 | -40/+52 |
| * | Added `-Wstrict-prototypes -Wmissing-prototypes' to CWARNFLAGS so that | Bruce Evans | 1995-12-16 | 5 | -13/+20 |
| * | Completed function declarations and/or added prototypes and/or added | Bruce Evans | 1995-12-16 | 11 | -76/+83 |
| * | Completed function declarations and/or added prototypes and/or added | Bruce Evans | 1995-12-16 | 2 | -2/+3 |
| * | Added a prototype. | Bruce Evans | 1995-12-16 | 1 | -1/+2 |
| * | Removed unused function lkmenodev(). | Bruce Evans | 1995-12-16 | 1 | -19/+1 |
| * | The unref and undef counts in the summary were swapped. | Bruce Evans | 1995-12-15 | 1 | -3/+3 |
| * | Completed function declarations and added prototypes. Sorted prototypes. | Bruce Evans | 1995-12-15 | 1 | -25/+46 |
| * | Completed a function declaration. | Bruce Evans | 1995-12-15 | 1 | -33/+33 |
| * | Fix the off-by-one error in the calculation of the valid port range. | Stefan Eßer | 1995-12-15 | 2 | -8/+8 |
| * | Revert from fiddling with the PS_STRINGS pointers back to the traditional | Peter Wemm | 1995-12-15 | 2 | -4/+5 |
| * | Make this a real cross-ref listing. | Poul-Henning Kamp | 1995-12-15 | 1 | -6/+29 |
| * | The version of setproctitle() inside nfsd was busted. It was not terminating | Peter Wemm | 1995-12-15 | 2 | -0/+2 |
| * | Changed arg type for pio functions. | David Greenman | 1995-12-15 | 2 | -20/+20 |
| * | Update linux_ipc.c to use the now generated prototypes for the shm* calls | Peter Wemm | 1995-12-15 | 2 | -18/+18 |
| * | Update sysv_*.c to get their argument definitions from sysproto.h | Peter Wemm | 1995-12-15 | 3 | -31/+68 |
| * | Regenerated from syscalls.master... | Peter Wemm | 1995-12-15 | 5 | -6/+215 |
| * | Add the direct sysv shm/sem/msg system calls, in the same way as NetBSD. | Peter Wemm | 1995-12-15 | 1 | -1/+44 |
| * | move typedef for key_t from sys/ipc.h to sys/types.h, as suggested in the | Peter Wemm | 1995-12-15 | 2 | -4/+3 |
| * | More XDR routine cleanups. These three programs should be the only | Bill Paul | 1995-12-15 | 3 | -48/+65 |
| * | Silence a harmless warning... | Peter Wemm | 1995-12-15 | 1 | -2/+3 |
| * | Initial attempt at getting Linux QMAGIC shared lib support. I have | Peter Wemm | 1995-12-15 | 2 | -8/+8 |