Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-24 | re-apply this fix for big endian systems, this was lost in rev 1.12 | Brad Smith | |
2000-09-24 | If the route add/delete fails exit w/ 1 instead of 0 | Todd C. Miller | |
Remove register decls and make return foo vs. return (foo) consistent. | |||
2000-09-23 | Document checkpatch/PATCH_CHECK_ONLY | Marc Espie | |
2000-09-23 | drop adjectives in parse(), since they're never used. | Paul Janzen | |
tidy a little. fix love() a bit. From conversations with jsm@netbsd.org: Add objflags[] to deal with plurals and a/an usage. Commas don't mean AND if followed by a verb. Check for object presence before trying to lift or eat it. | |||
2000-09-23 | die() if stdin disappears, rather than just exiting; jsm@netbsd.org. | Paul Janzen | |
dump the end of the buffer if an input line was too long. | |||
2000-09-23 | off by one; jsm@netbsd.org | Paul Janzen | |
2000-09-23 | Angelos you forgot this one !! | Chris Cappuccio | |
2000-09-22 | - move break from loop on EOF in order to make cap_mkdb not ignore the final | Christian Weisgerber | |
record in terminfo mode - while we're here fix indentation, spelling okay millert@ | |||
2000-09-22 | sync | Theo de Raadt | |
2000-09-22 | IPng -> IPv6 | Aaron Campbell | |
2000-09-22 | If a cylinder group won't fit inside of one block, adjust secpercyl | Todd C. Miller | |
and ntracks until it does, if possible. This allows one to newfs disks with funky (usually BIOS-generated) geometries without cranking the block size. This is really just a hack and a better solution would be to fake the geometries of zone-recorded disks since secpercyl is never accurate in that case anyway... | |||
2000-09-22 | sync | Aaron Campbell | |
2000-09-22 | Add Conexant modem | Aaron Campbell | |
2000-09-22 | sync | Aaron Campbell | |
2000-09-22 | shorten | Aaron Campbell | |
2000-09-22 | Move the PI_MAGIC define outside the INET6 ifdef block (doh!) | Angelos D. Keromytis | |
2000-09-22 | - Introduce character classes into the console mouse functionality. Lifted from | Aaron Campbell | |
xterm sources. Basically, base word boundaries by character classes rather than space characters only. - On any console logout, clear the contents of the Copybuffer. (This will have to be documented with an explanation as to why.) Avoids the ability to paste the copybuffer at the ``login:'' prompt after someone has logged out. - Permit copy selection extension under any circumstance as long as the button is held down. However, double-click (word selection) does not yet extend on word boundaries like xterms do. - Sanity checks in current_uid(). - From Jean-Baptiste.Marchand@epita.fr | |||
2000-09-22 | sync | Aaron Campbell | |
2000-09-22 | Sony Memory Stick Media Slot | Aaron Campbell | |
2000-09-22 | Add prototypes for ipx_addr() and ipx_ntoa(); mickey@ OK'd | Todd C. Miller | |
2000-09-22 | ipx_addr(3) takes a const char *. | Todd C. Miller | |
2000-09-22 | Remove /var/run/ipmon.pid and add a comment saying when the user may | Todd C. Miller | |
need to add it. | |||
2000-09-22 | Correctly format "setsockopt(2)/getsockopt(2)" so that it doesn't hosed | Todd C. Miller | |
the mdoc macros. Use the .Bsx macro instead of saying "BSD/OS". | |||
2000-09-22 | Fix typo, "BSDI BSD/OS" not "BSDI BSDI/OS". | Todd C. Miller | |
2000-09-22 | Document cd/ados/msdos options. | Marc Espie | |
2000-09-22 | this follows the dox, saying that %ds should be loaded w/ | Michael Shalayeff | |
the proper segment address/selector as returned from bios32_service(). both %cs and %ds have to be the same value (hmm, same descs?), sincw some bioses are pic, and care only about offsets against the segs. huge, enormous, 10X to brad@ for providing an incredibly usefull testbed and invaluable time of his, for resets and incouraging comments (; | |||
2000-09-22 | fix my bug dating back to february the 14th of 1998, | Michael Shalayeff | |
when those wildcard interfaces came up, which were usefull at the times. on the other hand here it is, one cannot bind to the broadcast address, and angelos says ok. | |||
2000-09-21 | Change ipflog entry; joe@nall.com | Todd C. Miller | |
2000-09-21 | Bad mickey doesn't know how to spell ``openings'' | Miod Vallat | |
2000-09-21 | do not limit openings to defined SDOUTSTANDING value of 4, since many ↵ | Michael Shalayeff | |
controllers can do more; presumably all the cotrollers initialize openings to the right value; also replace some spaces w/ tabs | |||
2000-09-21 | initialize sc_link.openings to it's (currently) default value of 4 | Michael Shalayeff | |
2000-09-21 | calculate maxopd at the right place | Niels Provos | |
2000-09-21 | add ssh to the list of apps to 'cleanup titles afterwards' when used with an | Todd T. Fries | |
xterm or equivalent | |||
2000-09-21 | fxp driver supports Intel CardBus II cads, but not the older generation. | Aaron Campbell | |
2000-09-21 | oops forgot the other case in the pmsintr for add_mouse_randomness() call | Michael Shalayeff | |
2000-09-21 | Fix man pages for good. | Marc Espie | |
2000-09-21 | do not hardcode -g -O2 etc. into CFLAGS; pointed out by brad@ | Michael Shalayeff | |
2000-09-21 | add a firmware bug in raid0 or raid10 initialization; from ↵ | Michael Shalayeff | |
http://people.freebsd.org/~msmith/RAID/ | |||
2000-09-21 | use volatile's on all structures shared between cpu and hifn | Jason Wright | |
kill hifn_command_buf_data_t (unnecessary for a long time now) | |||
2000-09-21 | Trim down RRS text relocation warnings, no need to see 1000 of them | Marc Espie | |
each time. | |||
2000-09-21 | add context to dispatch_run | Markus Friedl | |
2000-09-21 | change login logic in ssh2, allows plugin of other auth methods | Markus Friedl | |
2000-09-21 | utime() to utimes(); mouring@pconline.com | Markus Friedl | |
2000-09-21 | bug compat for old ssh.com software | Markus Friedl | |
2000-09-21 | typo | Markus Friedl | |
2000-09-21 | typo | Markus Friedl | |
2000-09-21 | style | Jason Wright | |
2000-09-21 | Patch from FreeBSD (wpaul): | Jason Wright | |
Fix the tl driver so it doesn't run off the end of the RX descriptor list and panic in out of mbufs condition. | |||
2000-09-21 | Correctly handle srcid/dstid. | Angelos D. Keromytis | |
2000-09-21 | Send correct lengths for srcid/dstid. | Angelos D. Keromytis | |