| Commit message (Expand) | Author | Age | Files | Lines |
* | leverage fixed fifo implementation (rev 1.56 of | alfred | 2001-11-08 | 1 | -8/+3 |
* | use syslog rather than printf so we can see what's going on in debug mode | alfred | 2001-11-08 | 1 | -4/+4 |
* | style fixes, fix line wrap and function declaration | alfred | 2001-11-08 | 1 | -6/+5 |
* | o When "-n" is used with watch, it disables the use of <control-X> to | rwatson | 2001-11-07 | 2 | -6/+8 |
* | Remove unused variables | brian | 2001-11-04 | 1 | -5/+2 |
* | Exclude pppctl on ia64 due to libc_r. I had been building with | peter | 2001-11-04 | 1 | -1/+1 |
* | Add a ``log'' command for logging specific information. | brian | 2001-11-03 | 13 | -44/+104 |
* | Call CCP protocol -1 ``none'' | brian | 2001-11-03 | 1 | -1/+4 |
* | cmott@scientech.com -> cm@linktel.net | brian | 2001-11-03 | 3 | -4/+4 |
* | Always set unit number to -1 unless some other unit is specified in | imp | 2001-11-02 | 1 | -0/+1 |
* | MFS: Stop reaping children. It makes evil things happen to the extraction | jkh | 2001-11-01 | 2 | -0/+4 |
* | Don't assume fixit media is only either a floppy disk or 2nd CDROM disc | brian | 2001-10-29 | 2 | -12/+12 |
* | Fix ctime(&int) due to change to lastlog->ll_time | dillon | 2001-10-29 | 1 | -1/+2 |
* | localtime() was being called with an int-pointer due to recent utmp | dillon | 2001-10-29 | 1 | -2/+4 |
* | Do not assume that sizeof(tv_sec) is sizeof(time_t) - it will be, but | dillon | 2001-10-28 | 1 | -4/+9 |
* | Fix int vs time_t, convert int to time_t | dillon | 2001-10-28 | 1 | -2/+3 |
* | Convert time_t to/from 32 bit representations for transmission over | dillon | 2001-10-28 | 1 | -4/+6 |
* | Explicitly use int32_t for on-disk records for pw_change and pw_expire, | peter | 2001-10-27 | 1 | -8/+11 |
* | mdoc(7) police: | ru | 2001-10-26 | 1 | -38/+49 |
* | Make `-b' option actually work as advertised. | sobomax | 2001-10-25 | 1 | -0/+1 |
* | Move the 'type' variable inside the block where it is actually used. | jhb | 2001-10-23 | 2 | -6/+6 |
* | Collect multi name handling. | takawata | 2001-10-23 | 2 | -0/+4 |
* | Don't avoid setting a 0 second timer in datalink_StartDialTimer() by | brian | 2001-10-23 | 2 | -13/+11 |
* | ia64 support. Due to the bogus placement of some i4b includes, it is | peter | 2001-10-23 | 1 | -1/+1 |
* | ia64 support. Hide a.out support solely under i386. While alpha never | peter | 2001-10-23 | 2 | -1/+8 |
* | ia64 support: move pnpinfo to i386 and alpha sections for now. i386 has | peter | 2001-10-23 | 1 | -3/+7 |
* | Change the vnode list under the mount point from a LIST to a TAILQ | dillon | 2001-10-23 | 1 | -2/+2 |
* | Fix UserTerms disassembling. Now that dumped ASL can be compiled with | iwasaki | 2001-10-22 | 10 | -35/+266 |
* | This is __i386__-only, not !__alpha__. We never had userconfig on | peter | 2001-10-22 | 1 | -1/+1 |
* | Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP | hm | 2001-10-21 | 1 | -1/+2 |
* | Remove the ``-c 22'' option from newfs command line. Changes in newfs(8) | roberto | 2001-10-20 | 2 | -2/+2 |
* | Include the right i4b files for NetBSD | brian | 2001-10-19 | 1 | -0/+5 |
* | Change rmskey() to rmopie() - we don't have skey anymore | ache | 2001-10-19 | 1 | -6/+6 |
* | Print [fddi] or [atm] tags for ARP addresses on interfaces of that type. | mdodd | 2001-10-19 | 1 | -0/+6 |
* | Add experimental support for sending keypad facility messages. | hm | 2001-10-18 | 7 | -24/+172 |
* | Fix AUTH callback negotiations. | brian | 2001-10-18 | 1 | -2/+2 |
* | When the peer fails to specify an MRU and a 1500 byte MRU is not | brian | 2001-10-18 | 2 | -4/+8 |
* | keypad facility information element: add keypad facility information decoding. | hm | 2001-10-18 | 1 | -4/+12 |
* | The interface index space may be sparsely populated (e.g. when an | fenner | 2001-10-17 | 1 | -1/+5 |
* | When nfsd was started with only UDP servers, the master nfsd would | iedowse | 2001-10-16 | 1 | -76/+106 |
* | Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer. | sobomax | 2001-10-16 | 1 | -1/+1 |
* | Increase the number of packages that can be installed by an order of | obrien | 2001-10-16 | 1 | -1/+1 |
* | Fix "off by 1" error introduced in the previous commit by replacing strncpy(3) | sobomax | 2001-10-16 | 2 | -2/+2 |
* | Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer. | sobomax | 2001-10-15 | 2 | -2/+2 |
* | The user wants to ensure, not insure, that the package isn't going to | dd | 2001-10-15 | 1 | -1/+1 |
* | Implement partial-file NFS lock testing. | alfred | 2001-10-14 | 3 | -13/+139 |
* | Add the ability to load klds from a floppy as part of the installation. | jkh | 2001-10-12 | 5 | -0/+142 |
* | DTRT in the restart case | jkh | 2001-10-12 | 10 | -6/+16 |
* | Write a real man page. | des | 2001-10-12 | 2 | -26/+95 |
* | Make `-t' flag in pkg_*(1) tools actually working. | sobomax | 2001-10-11 | 1 | -1/+2 |