Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-03 | Mark as deprecated; based on a patch from bk@rt.fm | Todd C. Miller | |
2001-09-03 | don't print zero values on processes line | Camiel Dobbelaar | |
ok millert@ | |||
2001-09-03 | Handle EOF on stdin. | Paul Janzen | |
2001-09-03 | Fixes from NetBSD (jsm@), one reported by Malcolm Parsons | Paul Janzen | |
<malcolm@ivywell.screaming.net>: don't hang if the worm occupies all the space, fix off-by-one, and check for screen size. | |||
2001-09-03 | indent fixes | Theo de Raadt | |
2001-09-03 | how did ../lib/libusb not get added? Bad developers | Theo de Raadt | |
2001-09-03 | better usage message. From jsm@netbsd.org's NetBSD changes. | Paul Janzen | |
2001-09-03 | new target: cross-env that prints all environment variables that | Artur Grabowski | |
need to be set for cross building: cd /usr/src/sbin/init make `cd /usr/src ; make TARGET=sparc64 cross-env` Also, xcpp was wrong, cccp is wrong, cpp is probably better. | |||
2001-09-03 | correct error message when unable to open /etc/master.passwd; ↵ | Todd C. Miller | |
raj@cerias.purdue.edu | |||
2001-09-03 | No longer any reason to care if calendar file is a pipe or not. | Paul Janzen | |
2001-09-03 | Include su# in generated disktab. Because modern disks have a variable | Todd C. Miller | |
number of sectors/track we need to specify the total number of sectors per unit explicitly. Closes PR #2042. | |||
2001-09-03 | - Prevent users from hanging or killing 'calendar -a', at the cost of | Paul Janzen | |
one additional fork() per user who has a calendar file. Side effect is that root runs much less code. - Use login caps so we don't, for example, give a user more processes than he's allowed. - tmpfile() rather than mkstemp() means never leaving junk behind. - Don't let 'calendar -a' take more than a day. Reviewed by millert@ | |||
2001-09-03 | enable usb_hid_usages | Peter Valchev | |
2001-09-03 | only print pf rules when using -e flag; <canacar@eee.metu.edu.tr> | Jakob Schlyter | |
2001-09-03 | print day and month using -ttt flag; <canacar@eee.metu.edu.tr> | Jakob Schlyter | |
2001-09-03 | pretty this up | Theo de Raadt | |
2001-09-03 | correct MLINKS | Theo de Raadt | |
2001-09-03 | more cleanless that the importer should have noted | Theo de Raadt | |
2001-09-03 | snprintf | Theo de Raadt | |
2001-09-03 | do not screw up the reference counts | Theo de Raadt | |
2001-09-03 | Catch up with API changes. | Artur Grabowski | |
From "Brian J. Kifiak" <bk@rt.fm> | |||
2001-09-03 | sync with output format changes (pfctl) | Markus Friedl | |
2001-09-03 | build usbhidctl | Peter Valchev | |
2001-09-03 | build libusb | Peter Valchev | |
2001-09-03 | repair a bug in 1.23, where "telnetport" was incorrectly set. | Jun-ichiro itojun Hagino | |
From: Pekka Savola <pekkas@netcore.fi> | |||
2001-09-03 | sync | Theo de Raadt | |
2001-09-02 | Fix typos, update vtophys() prototype. | Miod Vallat | |
2001-09-02 | Removed, use common powerpc one instead. | Miod Vallat | |
2001-09-02 | Convert mvmeppc to use common powerpc parts. | Miod Vallat | |
2001-09-02 | Convert mvmeppc to use powprec common parts. | Miod Vallat | |
2001-09-02 | More powerpc->macppc changes. | Miod Vallat | |
2001-09-02 | Don't hardcode machine name. Use MACHINE define instead. | Miod Vallat | |
2001-09-02 | KNF + ansi | Jakob Schlyter | |
2001-09-02 | update command summary | Jakob Schlyter | |
2001-09-02 | remove unused variable | Jakob Schlyter | |
2001-09-02 | add very basic proxy support using socks5 client code from niklas@. | Jakob Schlyter | |
ok ericj@. | |||
2001-09-02 | fix SYNPOSIS | Jakob Schlyter | |
2001-09-02 | Re-enable references for usb(3) and usbhidctl(1) | Peter Valchev | |
Building of these will be enabled shortly. | |||
2001-09-02 | USB HID usage table needed for libusb & co; from NetBSD | Peter Valchev | |
2001-09-02 | program to manipulate USB HID devices | Peter Valchev | |
from NetBSD, reviewed by jakob | |||
2001-09-02 | USB HID processing library by Lennart Augustsson from NetBSD | Peter Valchev | |
builds only static for now. reviewed by jakob | |||
2001-09-02 | Fix up macppc specific filesets. | Dale Rahn | |
2001-09-02 | Print rule numbers zero-based. Noted by primus@gblx.net. | Daniel Hartmeier | |
2001-09-02 | Oops. | Artur Grabowski | |
2001-09-02 | sparc64 doesn't support profiling for now. | Artur Grabowski | |
2001-09-02 | gcc hangs when compiling sha1 on sparc64, workaround. | Artur Grabowski | |
2001-09-02 | Typo; addresses pr/2038 from tim@robbins.dropbear.id.au | Aaron Campbell | |
2001-09-02 | I don't even want to know how I could screw this up so bad and noone noticed. | Artur Grabowski | |
2001-09-02 | Remove a duplicate line; dfa@solo.ee | Aaron Campbell | |
2001-09-02 | bad typecast | Jakob Schlyter | |