| Commit message (Expand) | Author | Age | Files | Lines |
* | 1) Oops! Insert again if (n == 0) return 0. | ache | 1997-12-24 | 2 | -10/+10 |
* | sprintf->snprintf paranoia | imp | 1997-12-24 | 1 | -4/+4 |
* | Be extra paranoid about the length of data returned from gethostbyaddr or | imp | 1997-12-24 | 1 | -2/+2 |
* | sprintf->snprintf paranoia. The one thing that looks like a hole in | imp | 1997-12-24 | 1 | -7/+8 |
* | Various sprintf -> snprintf fixes. | imp | 1997-12-24 | 2 | -9/+12 |
* | Use snprintf rather than printf out of paranoia | imp | 1997-12-24 | 5 | -9/+10 |
* | Support running with inadequate swap space. Additionally, the code | dyson | 1997-12-24 | 2 | -8/+16 |
* | Back out part related to "return 0 if n == 0" and return EOF as before. | ache | 1997-12-24 | 2 | -6/+2 |
* | Fix snprintf(...%n...) | ache | 1997-12-24 | 1 | -5/+9 |
* | Remove wrong comment about snprintf: | ache | 1997-12-24 | 1 | -5/+4 |
* | snprintf return value fixes to conform Single Unix specs: | ache | 1997-12-24 | 2 | -6/+16 |
* | Small bugfix: store $uid_start instead hard coded value 1000 | wosch | 1997-12-24 | 1 | -2/+2 |
* | Correct copyright. | brian | 1997-12-24 | 4 | -96/+12 |
* | Put the dir file in the correct distribution. | jkh | 1997-12-24 | 1 | -0/+2 |
* | Cosmetic (style): | brian | 1997-12-24 | 24 | -162/+165 |
* | Use sizeof cftypes128 for NCFTYPES128 macro, not sizeof cftypes ! | brian | 1997-12-24 | 1 | -2/+2 |
* | - Add prototype for adjust_timeout_calltodo(). | nate | 1997-12-24 | 1 | -1/+5 |
* | Be extra paranoid about trusting the length of the data returned by | imp | 1997-12-24 | 1 | -1/+1 |
* | Two fixes: | imp | 1997-12-24 | 1 | -6/+8 |
* | Added cross references for apm, cron, inetd, lpd, moused, mrouted, | alex | 1997-12-24 | 1 | -1/+15 |
* | Minor style nit noticed by bde. | imp | 1997-12-24 | 1 | -2/+2 |
* | Be extra paranoid about trusting the length returned by gethostbyaddr. | imp | 1997-12-24 | 1 | -3/+3 |
* | Be extra paranoid about trusting the size of the address returned from | imp | 1997-12-24 | 1 | -2/+2 |
* | strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1) | brian | 1997-12-23 | 6 | -16/+16 |
* | Add a PARITITON arg to SCSI_MKFIXED, and use it to | brian | 1997-12-23 | 2 | -5/+10 |
* | This patch causes the "calltodo" timer list to be decremented by the amount | nate | 1997-12-23 | 5 | -7/+236 |
* | - Added support for a new MouseMan model (4 buttons, no wheel). | yokota | 1997-12-23 | 2 | -6/+30 |
* | Document `flags' for the psm driver. | yokota | 1997-12-23 | 3 | -3/+33 |
* | Removed unnecessary setting of 'error' -- binding to a privileged port | alex | 1997-12-23 | 1 | -2/+2 |
* | YTK fix. | alex | 1997-12-22 | 2 | -5/+8 |
* | Reviewed by: William LeFebvre <wnl@groupsys.com> | jb | 1997-12-22 | 1 | -6/+6 |
* | Fix sysctl path /usr/sbin->/sbin | ache | 1997-12-22 | 1 | -2/+2 |
* | Remove unused include files | eivind | 1997-12-22 | 1 | -9/+3 |
* | Improve my copyright. | dyson | 1997-12-22 | 1 | -11/+4 |
* | Improve my copyright. | dyson | 1997-12-22 | 1 | -9/+2 |
* | Correct my previous fix for the UPAGES problem. | dyson | 1997-12-22 | 2 | -10/+6 |
* | Remove obsolete /etc/hostname.ep? reference. | charnier | 1997-12-22 | 1 | -2/+4 |
* | Use .Tn, .Bx Free and .An. | charnier | 1997-12-22 | 2 | -156/+360 |
* | Don't forget to ntohs(sin.sin_port) (DUH!) | brian | 1997-12-22 | 1 | -3/+3 |
* | Hopefully fix the problem with the TLB not being updated correctly. | dyson | 1997-12-22 | 2 | -10/+14 |
* | Properly clean out the SI_MOUNTEDON flag iff the mount attempt fails | joerg | 1997-12-21 | 2 | -2/+4 |
* | When called as `zgrep', the -Z argument is assumed. Make a | wosch | 1997-12-21 | 4 | -10/+26 |
* | Moved some declarations from <sys/socket.h> to the correct places, and | bde | 1997-12-21 | 4 | -11/+15 |
* | Typo fix in the message displayed. | max | 1997-12-21 | 1 | -1/+1 |
* | Remove unused private header. | eivind | 1997-12-21 | 1 | -2/+1 |
* | Charles Mott created these (and told me via email that | brian | 1997-12-21 | 4 | -8/+8 |
* | Remove unused private include files from slattach. | eivind | 1997-12-21 | 1 | -8/+3 |
* | Add (BSD) copyright headers. | brian | 1997-12-21 | 30 | -61/+785 |
* | I added vfs_ioopt prematurely, disabled. | dyson | 1997-12-21 | 1 | -2/+2 |
* | Remove private install rule in favor of INTERNALLIB and | cwt | 1997-12-21 | 1 | -5/+4 |