Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Grab libpcap sources out of contrib_libpcap module | pst | 1996-08-19 | 27 | -9081/+23 |
| | |||||
* | corresponding remove of mkdir /usr/libdata/tcl in generated makefile. | peter | 1996-08-19 | 1 | -3/+2 |
| | |||||
* | Define ETHER_SERVICE, since we have one. ie: use getetherxxx() instead | peter | 1996-08-19 | 1 | -2/+2 |
| | | | | of parsing /etc/ethers manually. This allows it to read NIS. | ||||
* | Clean up the beforeinstall target a bit more, bde pointed out that the old | peter | 1996-08-19 | 1 | -4/+5 |
| | | | | one was a mess. (I was in a 'talk' session at the time, can you tell? :-) | ||||
* | oops.. attempted to install header files from wrong directory.. | peter | 1996-08-18 | 1 | -3/+3 |
| | |||||
* | insert libipx and libdisk into correct order, add libz | peter | 1996-08-18 | 1 | -4/+4 |
| | |||||
* | Add a bmakefile for zlib. | peter | 1996-08-18 | 1 | -0/+35 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r17651, | peter | 1996-08-18 | 28 | -0/+7999 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Initial import of zlib-1.0.4 | peter | 1996-08-18 | 28 | -0/+7999 |
| | |||||
* | A pipe function call appeared in Version *3* AT&T UNIX, not | wosch | 1996-08-18 | 1 | -1/+1 |
| | | | | | | Version 6. Close PR #1490 Obtained from: Peter H. Saulus in `A Quarter Century of UNIX', page 50 | ||||
* | Go back to sigaction again now that Peter has found the problem. | jkh | 1996-08-16 | 1 | -3/+3 |
| | | | | | Mine was just a "let's move on" kinda fix, Peter's does it right. :) Submitted-by: peter | ||||
* | Switch from using sigaction to signal. | jkh | 1996-08-15 | 1 | -8/+5 |
| | |||||
* | Don't claim to be POSIX compliant, since our alarm function isn't. | mpp | 1996-08-15 | 1 | -5/+5 |
| | |||||
* | Make libncurses catch SIGWINCH and update the values for LINES and COLS. | jkh | 1996-08-15 | 1 | -0/+15 |
| | | | | | | | I was perplexed when an example I'd written to show the values for these variables changing as an xterm window was resized didn't work, and looking into it I see that size tracking for LINES and COLS seems to be one SVR4 enhancement which didn't come across with libncurses. | ||||
* | NCARGS is defined as 65536 in the released system, not 20480. | mpp | 1996-08-15 | 2 | -2/+2 |
| | |||||
* | Correct a cuple of improperly formatted xrefs. | mpp | 1996-08-15 | 2 | -2/+2 |
| | |||||
* | Add something so that you can solve the puzzle automatically by pressing | jkh | 1996-08-15 | 1 | -1/+10 |
| | | | | | `a' (I'm using this code as a test for something else, and just happened to add this in the process :). | ||||
* | Add Id | ache | 1996-08-14 | 1 | -0/+2 |
| | |||||
* | Fix nasty bracketing/precedence bug. Every time something read (and | peter | 1996-08-13 | 1 | -2/+2 |
| | | | | | | | | | refilled) a file that was either line- or un-buffered, all files were flushed. According to the code comment, the flush (according to ANSI) is supposed to happen on write + line buffered output files, not _all_ files. Obtained from: OpenBSD / Theo de Raadt, possibly from proven@cygnus.com | ||||
* | Back out fallback approximation changes, they are not so right to live | ache | 1996-08-13 | 3 | -40/+15 |
| | |||||
* | Add collate_range_cmp | ache | 1996-08-13 | 1 | -1/+2 |
| | |||||
* | Back out minor bumping per Peter suggestion | ache | 1996-08-13 | 1 | -1/+1 |
| | |||||
* | simplify/speedup/extend | ache | 1996-08-13 | 1 | -18/+22 |
| | |||||
* | Bump minor number - new function added | ache | 1996-08-13 | 1 | -1/+1 |
| | |||||
* | Remove old version hooks | ache | 1996-08-12 | 2 | -12/+2 |
| | |||||
* | Convert to newly aded collate compare function | ache | 1996-08-12 | 2 | -5/+6 |
| | |||||
* | Convert to newly aded collate compare function | ache | 1996-08-12 | 3 | -10/+10 |
| | |||||
* | There is so many places where range comparation (using collate) | ache | 1996-08-12 | 1 | -9/+20 |
| | | | | | needed (much more than I think initially), so I forced to add new user-visible non-standard function to libc. | ||||
* | clear sockaddr_in's on stack before use | peter | 1996-08-12 | 1 | -26/+28 |
| | | | | | | | | | set sin_len close one ftp port bounce attack have rresvport() use bindresvport() rather than duplicate the code, rresvport() is a superset of bindresvport(). Obtained from: OpenBSD / Jason Downs / Theo de Raadt, minor tweaks by me. | ||||
* | Use the more robust and more efficient reserved port allocation mechanism | peter | 1996-08-12 | 1 | -21/+45 |
| | | | | | | now built into bind(2). Obtained from: OpenBSD / Jason Downs / Theo de Raadt | ||||
* | clear various struct sockaddr_in's on stack, set sin_len. | peter | 1996-08-12 | 7 | -7/+17 |
| | | | | (Noticed when comparing to OpenBSD source) | ||||
* | Use collate info for alpha character ranges | ache | 1996-08-12 | 2 | -9/+14 |
| | | | | 8bit cleanup | ||||
* | Use collate for alpha character ranges | ache | 1996-08-12 | 1 | -1/+4 |
| | |||||
* | Remove static collcmp, use new internal function now | ache | 1996-08-12 | 1 | -37/+4 |
| | |||||
* | Remove static collcmp, ise new internal function now | ache | 1996-08-12 | 1 | -35/+3 |
| | |||||
* | Add internal function __collcmp once instead of adding it statically | ache | 1996-08-12 | 3 | -2/+65 |
| | | | | to many places in the libc | ||||
* | Use collate for alpha character ranges | ache | 1996-08-12 | 1 | -1/+35 |
| | |||||
* | 8bit cleaness (ctype) fixes | ache | 1996-08-11 | 6 | -16/+18 |
| | |||||
* | Use collate data for national alpha character ranges like [a-z] | ache | 1996-08-11 | 1 | -4/+45 |
| | |||||
* | Short value is better for hash due to easy overflow in 8bit characters | ache | 1996-08-11 | 1 | -1/+1 |
| | |||||
* | Use locale for character classes instead of hardcoded values | ache | 1996-08-11 | 4 | -37/+89 |
| | | | | Misc 8bit cleanup | ||||
* | Yeesh! I shouldn't have looked. Fix a whole bunch more. Pray | jkh | 1996-08-10 | 1 | -7/+17 |
| | | | | for ncurses to replace this soon. | ||||
* | Fix an exceedingly confusing typo. | jkh | 1996-08-10 | 1 | -1/+1 |
| | |||||
* | Remove some hardcode *roff font change escape codes from | mpp | 1996-08-06 | 2 | -4/+4 |
| | | | | | | | | | | this man page to prevent half of it from coming out with underlines. This man page needs to be gone over to fully convert it to mdoc format. This closes PR#1440. Submitted by: Jens Schweikhardt <schweikhardt@rus.uni-stuttgart.de> | ||||
* | Correct the paramter type of the second argument to fgets. | mpp | 1996-08-06 | 1 | -1/+1 |
| | | | | Obtained from: NetBSD-bugs mailing list | ||||
* | 1. Add verbose flag to ftp_login() | jkh | 1996-08-03 | 5 | -306/+16 |
| | | | | | | 2. Remove pkg_* support - tcl7.5's channel interface has rendered this almost entirely unsupportable (at least in the way it currently stands). Submitted-By: jmz & jkh | ||||
* | Document that the relevant clock ticks are for the statistics clock | bde | 1996-07-30 | 1 | -0/+3 |
| | | | | and that the statistics clock has a frequency of sysconf(_SC_CLK_TCK). | ||||
* | Document that clock ticks are for the profiling clock and that the | bde | 1996-07-30 | 1 | -2/+4 |
| | | | | clock frequency is stored in the gmon header. | ||||
* | Fixed description of _SC_CLK_TCK. Both the clock and the units | bde | 1996-07-30 | 1 | -1/+1 |
| | | | | were wrong. | ||||
* | Fixed comment about ru_maxrss. This field isn't an integral. | bde | 1996-07-30 | 1 | -1/+1 |
| |