Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt | |
2003-03-13 | a few strcpy -> strlcpy; a couple people have mailed in a variety of | Theo de Raadt | |
patches, and i already had this sitting on my laptop at that time.. i used that as a chance to note that we had all done the same work, more or less | |||
2003-03-13 | no more ching; | Jason McIntyre | |
ok deraadt@ | |||
2003-03-13 | zap two sprintf, more to go | Theo de Raadt | |
2003-03-13 | more strlcpy; most from Hans-Joerg.Hoexer@yerbouti.franken.de, a bit from me | Theo de Raadt | |
2003-03-13 | sync | Theo de Raadt | |
2003-03-13 | Cast 3 to size_t to shut up stupid gcc on 64bit platforms. | Todd C. Miller | |
2003-03-13 | Initialize the timeout for the non-console case of PS2 keyboard. Fixes | Dale Rahn | |
a panic on alpha with serial console. ok miod@ | |||
2003-03-13 | thought we had already deleted this | Theo de Raadt | |
2003-03-12 | less sprintf | Theo de Raadt | |
2003-03-12 | typo; Ross.Richardson@utas.edu.au | Theo de Raadt | |
2003-03-12 | regen | Alexander Yurchenko | |
2003-03-12 | In SiS entries block: sort, consistency a bit and add some devices | Alexander Yurchenko | |
found on the machine of Paul de Weerd <paul@mail.me.maar.nu> ok deraadt@ | |||
2003-03-12 | Add -c option similar to GNU md5sum. | Todd C. Miller | |
Original patch from zyrnix but significantly modified by me. deraadt@ OK | |||
2003-03-12 | Make config -e work correctly on the various m68k platforms, by handling | Miod Vallat | |
all the various a.out MAGIC correctly, and handling the mvme68k case where kernel_text starts after the a.out header. No functional change, no regression on other a.out arches (i386 and vax). ok deraadt@ henning@ | |||
2003-03-12 | actually, vput always unlocks the vnode | Ted Unangst | |
ok costa@ | |||
2003-03-12 | more .Li | Theo de Raadt | |
2003-03-12 | updated man page and path; | Jason McIntyre | |
- uucico part of uucp package - path now /usr/local... - fixed .Xr's ok millert@ | |||
2003-03-12 | backout the two previous patches, it breaks the 3com ae card and I don't | Jason Wright | |
understand it enough to fix. | |||
2003-03-12 | use .Li more | Theo de Raadt | |
2003-03-12 | Move range sanity check out of get_number() and into get_range() since | Todd C. Miller | |
it was causing problems with symbolic names (and get_range() is really where it belongs anyway). Also allow a range to be followed by a ',' as pointed out by mpech@ | |||
2003-03-12 | sk is capable of transmitting and receiving longer packets for 802.1q vlans | Nathan Binkert | |
thanks to David Gwynne <loki@niteshade.net>. ok jason@ deraadt@ | |||
2003-03-12 | gif3 here too | Henning Brauer | |
2003-03-12 | use gif3 instead of lo0 for this test and thus avoid the mtu issue on | Henning Brauer | |
loopback interfaces with 64bit archs. as the minimum bandwidth calculation includes mtu and it is given in the error message... go figure | |||
2003-03-12 | hardcode tbrsize to make this test on 64bit archs happy, as usual | Henning Brauer | |
2003-03-12 | should -> must when discussing locking. it's not optional. | Ted Unangst | |
2003-03-12 | add VOP_CREATE, VOP_LINK, VOP_READLINK, VOP_SYMLINK | Ted Unangst | |
add some implementation notes for file system authors ok jmc@ | |||
2003-03-12 | Heh. So many commits to this file and noone noticed that I forgot to put a ↵ | Artur Grabowski | |
license in it. | |||
2003-03-12 | add VOP_FSYNC, VOP_ISLOCKED, and VOP_REMOVE | Ted Unangst | |
only 28 more to go! ok jmc@ | |||
2003-03-12 | reclaim more resources on failures. | Michael Shalayeff | |
test the harmony id to filter out unsupported yet audio types and detect the teleshare. detect input overload and report to userland. | |||
2003-03-12 | document setting ipx frame type; from ianm@cit.uws.edu.au | Michael Shalayeff | |
2003-03-12 | another | Alexander Yurchenko | |
2003-03-12 | typos; | Jason McIntyre | |
2003-03-12 | typos; | Jason McIntyre | |
2003-03-12 | sync | Theo de Raadt | |
2003-03-12 | ps2/alpha; from david | Theo de Raadt | |
2003-03-12 | sync | Theo de Raadt | |
2003-03-12 | new intel agp | Theo de Raadt | |
2003-03-12 | replace some .Pp inside .Bd -literal block with empty line | David Krause | |
add a .Pp before "would be used instead" new sentence, new line whitespace at eol ok jmc@ | |||
2003-03-12 | regen | Alexander Yurchenko | |
2003-03-12 | Add a bunch of SiS host bridges from NetBSD | Alexander Yurchenko | |
2003-03-12 | fair amount of clarifications, extensions, and corrections | Henning Brauer | |
from joel knight <enabled at myrealbox.com>, some tweaks by me, some by jmc@ ok dhartmei@ mcbride@ cedric@ | |||
2003-03-12 | a missing htole32 and a pasto; from netbsd | Michael Shalayeff | |
2003-03-11 | Hack to match new FreeBSD ELF binaries (such as opera). A proper | Todd C. Miller | |
version of this will go in after 3.3 is out and the tree unlocks. deraadt@ OK | |||
2003-03-11 | sync | Theo de Raadt | |
2003-03-11 | Replace TPUM license with standard BSD-style license | Ian Darwin | |
2003-03-11 | VOP_LOCK, VOP_UNLOCK, VOP_RMDIR, VOP_MKDIR, VOP_SETEXTATTR, VOP_GETEXTATTR, | Ted Unangst | |
VOP_REVOKE, VOP_RECLAIM looked over and input from art@ david@ jmc@ | |||
2003-03-11 | - Fill in the mm_gtcr column (not currently used) | Jason Wright | |
- fill in the last few rows to avoid a crash on some devices | |||
2003-03-11 | Catch more syntax errors that were previously ignored. I've rewritten | Todd C. Miller | |
get_number() to be more careful about what it accepts and to take a string of terminating characters so it knows what is valid. Also added a range check so that ranges like "60-50" where the first number is greater than the second are now flagged. Thanks to mpech@ for testing finding ways to abuse the parser :-) | |||
2003-03-11 | forward 8021Q packets with vlan header if the destination interface has | Markus Friedl | |
IFCAP_VLAN_MTU capability. allows forwarding of vlan traffic over bridge(4) since these packets are larger then the mtu; ok jason@ |