| Commit message (Expand) | Author | Age | Files | Lines |
| * | Commit FreeBSD-specific changes. Mainly to do with structure layout | Peter Wemm | 1995-11-03 | 4 | -17/+19 |
| * | This commit was generated by cvs2svn to compensate for changes in r12048, | Peter Wemm | 1995-11-03 | 5 | -0/+1366 |
| |\ |
|
| | * | Whoops. RE-Import NetBSD's fsdb - I believe this was written by John Kohl. | Peter Wemm | 1995-11-03 | 5 | -0/+1366 |
| * | | Cosmetic changes to processing of segments in the SYN_SENT state: | Andras Olah | 1995-11-03 | 2 | -20/+20 |
| * | | Setting the TF_ACKNOW flag was redundant in the REXMT timeout because | Andras Olah | 1995-11-03 | 1 | -5/+1 |
| * | | Fix a logical error in T/TCP: when we actively open a connection, we | Andras Olah | 1995-11-03 | 3 | -12/+25 |
| * | | AARGH!! by default, pppd would no longer allow users to use "proxyarp" | Peter Wemm | 1995-11-03 | 1 | -1/+5 |
| * | | Implement allowing 'set -v' in the middle of a script to work. | Peter Wemm | 1995-11-03 | 1 | -78/+103 |
| * | | Document recent changes in socket buffers and listen(2). | Garrett Wollman | 1995-11-03 | 2 | -12/+38 |
| * | | Make somaxconn (maximum backlog in a listen(2) request) and sb_max | Garrett Wollman | 1995-11-03 | 3 | -8/+18 |
| * | | Make somaxconn (maximum backlog in a listen(2) request) and sb_max | Garrett Wollman | 1995-11-03 | 1 | -2/+6 |
| * | | Repair the detection of undefined symbols that my last "quick fix" commit | Peter Wemm | 1995-11-03 | 1 | -2/+3 |
| * | | No need to go back quite _that_ far to the MOUNT_UFS constant when we have | Peter Wemm | 1995-11-03 | 1 | -2/+8 |
| * | | add quot.. | Peter Wemm | 1995-11-03 | 1 | -3/+2 |
| * | | Minor tweaks to get quot to compile on FreeBSD.. | Peter Wemm | 1995-11-03 | 3 | -6/+11 |
| * | | Cleanup make process per Bruce suggestions | Andrey A. Chernov | 1995-11-03 | 8 | -11/+492 |
| * | | This commit was generated by cvs2svn to compensate for changes in r12032, | Peter Wemm | 1995-11-03 | 3 | -54/+655 |
| |\| |
|
| | * | Import NetBSD's quot command, filling the gap in our sources | Peter Wemm | 1995-11-03 | 3 | -0/+685 |
| * | | Cleanup make process per Bruce suggestions | Andrey A. Chernov | 1995-11-03 | 13 | -20/+270 |
| * | | Add $id$ and ${COPY} | Andrey A. Chernov | 1995-11-03 | 2 | -4/+4 |
| * | | Cleanup make process per Bruce suggestions | Andrey A. Chernov | 1995-11-03 | 20 | -18/+1058 |
| * | | Fix isspecial/isphonogram, they was swapped | Andrey A. Chernov | 1995-11-03 | 2 | -36/+26 |
| * | | Lots-o-cleanup(tm): | Jordan K. Hubbard | 1995-11-03 | 8 | -181/+390 |
| * | | Workaround for the setlogin()-in-same-session-as-inetd bug. | Peter Wemm | 1995-11-03 | 1 | -4/+25 |
| * | | Add more stuff moved out from XPG3 | Andrey A. Chernov | 1995-11-03 | 1 | -1/+2 |
| * | | Move more stuff out to XPG4 | Andrey A. Chernov | 1995-11-03 | 4 | -0/+32 |
| * | | Fix the incomplete merge for the IPX code - the internals are different. | Peter Wemm | 1995-11-03 | 1 | -1/+9 |
| * | | Changed the terminology for what used to be called the "memorizing" | Nate Williams | 1995-11-02 | 4 | -374/+178 |
| * | | Remove startup_locale reference. | Andrey A. Chernov | 1995-11-02 | 1 | -10/+5 |
| * | | Remove startup_locale reference | Andrey A. Chernov | 1995-11-02 | 2 | -8/+0 |
| * | | Remove my locale hack. Sigh. | Andrey A. Chernov | 1995-11-02 | 2 | -14/+3 |
| * | | When the sync-on-shutdown fails to clear all buffers, this bit of code | Peter Wemm | 1995-11-02 | 2 | -2/+22 |
| * | | Make putc and b_to_q deal with clists with no reserved blocks in a more | Peter Wemm | 1995-11-02 | 2 | -26/+10 |
| * | | Move page fixups (pmap_clear_modify, etc) that happen after paging input | David Greenman | 1995-11-02 | 2 | -5/+7 |
| * | | Instrument the IP input queue with two new read-only MIB entries: | Garrett Wollman | 1995-11-01 | 2 | -3/+12 |
| * | | Don't have ldconfig look in /usr/gnu/lib since it was removed before 2.0R. | Nate Williams | 1995-11-01 | 1 | -2/+1 |
| * | | Clean up the previous commit I did on this file. | Peter Wemm | 1995-11-01 | 2 | -10/+18 |
| * | | Add a DRIVER_S= definition that config wants to use for assembler | Peter Wemm | 1995-11-01 | 3 | -3/+6 |
| * | | Add the man directory to the SUBDIR list - some pages were bing lost. | Mark Murray | 1995-11-01 | 1 | -2/+2 |
| * | | Fix the :S modifier to substitute in each word of the variable, according | Adam David | 1995-11-01 | 1 | -16/+6 |
| * | | Fix ranlib to work with odd-length extended names. | Andrey A. Chernov | 1995-11-01 | 1 | -1/+1 |
| * | | Re-Zap unused variables in their new location.. :-) | Peter Wemm | 1995-11-01 | 2 | -7/+3 |
| * | | Minor changes. Note that the ICMP code will either send a host unreachable | Gary Palmer | 1995-11-01 | 1 | -4/+4 |
| * | | If accounting becomes enabled and /var/account/acct | Andrey A. Chernov | 1995-11-01 | 1 | -2/+6 |
| * | | Submitted by: Mike Mitchell (mitchell@ref.tfs.com) | Julian Elischer | 1995-10-31 | 25 | -44/+55 |
| * | | Merge in changes from ppp-2.2's chat onto the mainline... | Peter Wemm | 1995-10-31 | 3 | -272/+512 |
| * | | This commit was generated by cvs2svn to compensate for changes in r11987, | Peter Wemm | 1995-10-31 | 1 | -3/+4 |
| |\ \ |
|
| | * | | Vendor branch import of chat from ppp-2.2 package.. | Peter Wemm | 1995-10-31 | 3 | -266/+508 |
| | * | | Import pppstats from the ppp-2.2 package onto vendor branch. | Peter Wemm | 1995-10-31 | 3 | -406/+337 |
| | * | | Import pppd onto the vendor branch from the ppp-2.2 package.. | Peter Wemm | 1995-10-31 | 26 | -3950/+2308 |