| Commit message (Expand) | Author | Age | Files | Lines |
* | - Changed strcmp to strncmp for checking the CIS manufacturer strings, | nate | 1997-12-08 | 1 | -3/+3 |
* | Correct prototypes to match POSIX. Correct return code for aio_cancel. | dyson | 1997-12-08 | 2 | -9/+9 |
* | Use at_exit() to invoke procfs_exit() instead of calling it directly. | sef | 1997-12-08 | 5 | -18/+27 |
* | Various of the ISP users have commented that the 1.41 version of the | dyson | 1997-12-08 | 2 | -230/+38 |
* | Fix PAP, CHAP & LQR req (I broke the byte ordering when | brian | 1997-12-07 | 3 | -16/+70 |
* | Use `cp -R' instead `cp -r' for local to local coping | wosch | 1997-12-07 | 1 | -2/+2 |
* | oops, remove a dangling predicate left over after a sentence was rewritten. | wollman | 1997-12-07 | 1 | -2/+2 |
* | Add some more macro advice and correct spelling of ``parentheses''. | wollman | 1997-12-07 | 1 | -6/+16 |
* | Added some advice to avoid typedef'ing structures, as this breaks | wollman | 1997-12-07 | 1 | -2/+25 |
* | Added easterog() and easteroj() which compute orthodox easter for | helbig | 1997-12-07 | 4 | -25/+55 |
* | Surround the call to procfs_exit() by #ifdef PROCFS/#endif -- much to my | sef | 1997-12-07 | 1 | -1/+5 |
* | Added mouse.4. | bde | 1997-12-07 | 1 | -2/+4 |
* | update hub.mc with the latest set of anti-spam rules | jmb | 1997-12-07 | 1 | -16/+10 |
* | correct an error that i made in check_relay. | jmb | 1997-12-07 | 1 | -10/+8 |
* | Document recent mouse code changes. | yokota | 1997-12-07 | 7 | -497/+2733 |
* | s/ps/truss/ | peter | 1997-12-07 | 1 | -1/+1 |
* | The `moused' daemon is made to support various serial mouse | yokota | 1997-12-07 | 2 | -322/+2074 |
* | - Add support for the following mice to psm/moused/sysmouse: | yokota | 1997-12-07 | 13 | -968/+3184 |
* | Removed obsolete options: PSM_CHECKSYNC, PSM_ACCEL and PSM_EMULATION. | yokota | 1997-12-07 | 3 | -12/+3 |
* | - Added entry for 'Linksys Combo PCMCIA EthernetCard' | nate | 1997-12-07 | 2 | -2/+18 |
* | Only allow one arg to `delete' - the mask & gateway aren't necessary. | brian | 1997-12-07 | 4 | -126/+170 |
* | Use the new PF_LINGER flag -- when this is set in a process' proc structure, | sef | 1997-12-07 | 1 | -1/+20 |
* | Slight performance improvement, removal of unneeded SPLs. | dyson | 1997-12-07 | 1 | -11/+23 |
* | Clear the stop events and wakeup the process on teh last close of the | sef | 1997-12-07 | 2 | -2/+58 |
* | Add a procfs-related flag for procp->p_pfsflags. | sef | 1997-12-07 | 1 | -1/+9 |
* | explicitly set MAN8 since only MAN1 is defaulted. | peter | 1997-12-07 | 1 | -1/+2 |
* | Add $Id$ | peter | 1997-12-07 | 1 | -0/+1 |
* | delete -static, add $Id$ | peter | 1997-12-07 | 1 | -2/+2 |
* | add procctl | peter | 1997-12-07 | 1 | -2/+2 |
* | Move procctl to the Attic, it's been copied to usr.sbin/procctl as | peter | 1997-12-07 | 4 | -91/+2 |
* | Use getopts instead getopt(1). This should fix the problem | wosch | 1997-12-07 | 1 | -27/+26 |
* | Delete truss manpage link. We have now a real truss command. | wosch | 1997-12-06 | 1 | -2/+2 |
* | Correct cftypes128 index. | brian | 1997-12-06 | 1 | -2/+2 |
* | Move nlist related defines from link.h into nlist.h. Clean up | jdp | 1997-12-06 | 5 | -62/+77 |
* | Fix incorrect format string in call to errx(). | jdp | 1997-12-06 | 1 | -2/+2 |
* | Complain about empty command lines. | sef | 1997-12-06 | 1 | -2/+2 |
* | err(3) already includes strerror(errno) and a trailing \n | peter | 1997-12-06 | 1 | -6/+6 |
* | recognize "FreeBSD ELF" as an executable type | peter | 1997-12-06 | 1 | -2/+3 |
* | #include <unistd.h> to get it to compile | peter | 1997-12-06 | 1 | -1/+2 |
* | Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that are | bde | 1997-12-06 | 6 | -12/+12 |
* | Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are | bde | 1997-12-06 | 31 | -81/+82 |
* | Reverse my previous change and use htons() on an int | brian | 1997-12-06 | 2 | -2/+2 |
* | Added a kernel-only error code ENOICTL. This will be returned from | bde | 1997-12-06 | 1 | -3/+4 |
* | Add AWE32 description to visualconfig | ache | 1997-12-06 | 1 | -2/+3 |
* | Set the close-on-exec flag in the child; otherwise, it eats up a | sef | 1997-12-06 | 1 | -1/+2 |
* | Attach messages: remove unneded newlines and add | ache | 1997-12-06 | 1 | -6/+5 |
* | First cut at printing out ioctl names intelligently. Note that this doesn't | sef | 1997-12-06 | 3 | -5/+22 |
* | Sync with sys/i386/i386/trap.c revision 1.119. | kato | 1997-12-06 | 1 | -1/+12 |
* | Add missing argument to warn() call. | jdp | 1997-12-06 | 1 | -2/+2 |
* | Add truss to the list of subdirectories. | sef | 1997-12-06 | 1 | -2/+2 |