summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-02Spaces.Alexander Yurchenko
2005-03-02add pkglocatedb target description to "ports master makefile" target listPeter Valchev
2005-03-02flesh out documentation.Marc Espie
thanks jmc@ for comments.
2005-03-02regenXavier Santolaria
2005-03-02add Airport Extreme card found in powerbook 12", still unsupported though;Xavier Santolaria
deraadt ok
2005-03-02slacking is a medical conditionJolan Luff
2005-03-02Dmesg nitMiod Vallat
2005-03-02add a flag to identify the base directory in file hierarchies.Joris Vink
ok jfb@
2005-03-02make counters in struct iftot u_long instead of int, as they overflowDaniel Hartmeier
on amd64. from Peter Philipp. closes PR 4107.
2005-03-02process the last line of an address list even if it's not terminatedDaniel Hartmeier
by newline. found by Rod Whitworth. ok beck@
2005-03-02Support for SUNW,fas SCSI, currently restricted to the lower 8 targets dueMiod Vallat
to MI esp code limitations. ok deraadt@
2005-03-02Calculate the nexthop correctly if the calculating router hasEsben Norby
Point-to-point links. ok claudio@
2005-03-02back out sendbug rejection line;Jason McIntyre
requested by deraadt@
2005-03-02oops - 2 copies of this file...Jason McIntyre
move the .Bl after .Ss;
2005-03-02sort options while here;Jason McIntyre
2005-03-02rework some .Ss section as .Sy: groff does not like .Ss's in the middleJason McIntyre
of lists;
2005-03-02Only allow superuser to set timeslots and ppp modes.Claudio Jeker
Diff from mcbride@
2005-03-02bad news to have a .Bl before .Ss;Jason McIntyre
2005-03-02note that non-generic kernels not advised;Jason McIntyre
diff originally from stuart henderson, reworded by krw@ ok ian@ krw@ hshoexer@
2005-03-02correct function name in log messageHans-Joerg Hoexer
2005-03-02knf, linewrapping, whitespaces, no binary changeHans-Joerg Hoexer
2005-03-02update to tzdata2005f; yay insomniaTodd C. Miller
2005-03-02Consistent #if protection of rcs ids; Francois PerradTodd C. Miller
2005-03-02More const in h_errlist and h_nerr; Francois PerradTodd C. Miller
2005-03-02Explicitly leave room for the NUL byte in {wday,mon}_name; Francois PerradTodd C. Miller
2005-03-02Fix typo that breaks compilation #ifndef __weak_alias; Francois PerradTodd C. Miller
2005-03-02clarify section on packet forwarding;Jason McIntyre
kill redundant blurb about virtual interfaces; ok hshoexer@ deraadt@
2005-03-02update IEEE80211 media types and options;Jason McIntyre
ok jsg@
2005-03-02missing word;Jason McIntyre
2005-03-02radiotap support largely based on NetBSD rtw.Jonathan Gray
2005-03-02more regression tests for wraps.Marc Espie
2005-03-02let m4wrap handle multiple wraps, both in normal and gnu-mode.Marc Espie
based on Noah Misch's bug report. okay otto, jmc.
2005-03-02document `cvs rtag'; ok joris jmcXavier Santolaria
2005-03-02get rid of an embedded compilation date in perl(1)Marc Balmer
ok henning@, millert@
2005-03-02- rcs_write() is now staticJean-Francois Brousseau
- when setting a new expansion mode, do not attempt to free the previous expansion mode if the pointer is NULL - add a bunch of new functions: * rcs_sym_remove() to remove a symbol * rcs_sym_getrev() to retrieve the revision number of a symbol * rcs_desc_{s,g}et() to manipulate an RCS file's description
2005-03-02- make sure we are using a remote method before callingJoris Vink
cvs_sendreq() and cvs_sendfile(). - don't leak entp on errors. ok jfb@
2005-03-02bz#987: mention ForwardX11Trusted in ssh.1,Damien Miller
reported by andrew.benham AT thus.net; ok deraadt@
2005-03-02ignore hostnames with metachars when hashing; ok deraadt@Damien Miller
2005-03-02fix addition of new hashed hostnames when CheckHostIP=yes;Damien Miller
found and ok dtucker@
2005-03-02(And remember to remove the block on filesystems > 128 GB)Tom Cosgrove
Add support for MS-DOS filesystems > 128 GB, by changing the way we calculate fileids (fake inode numbers). This uses some hash code by Thomas Wang, who has agreed to the existing licence on the file (i.e. his name just needed to be added to the copyright list). Thanks. Also a tiny bit of KNF. Closes PR 4119; works for the OP Pawel Rogocz. Help with testing todd@, thanks. ok deraadt@
2005-03-02Add support for MS-DOS filesystems > 128 GB, by changing the way weTom Cosgrove
calculate fileids (fake inode numbers). This uses some hash code by Thomas Wang, who has agreed to the existing licence on the file (i.e. his name just needed to be added to the copyright list). Thanks. Also a tiny bit of KNF. Closes PR 4119; works for the OP Pawel Rogocz. Help with testing todd@, thanks. ok deraadt@
2005-03-02Make all the MS-DOS filesystem code ignore trailing dots and spaces, inTom Cosgrove
the same way that Windows does. Without this, `touch .foobar.' followed by `touch .foobar.' will create two directory entries called `.foobar', thereby corrupting the filesystem. Found by todd@, who has been doing things with msdosfs that are truly obscene. "alright" tedu@, ok deraadt@
2005-03-01avoid using a full macro as a -width specifier, it only confuses groff;Jason McIntyre
2005-03-01.El in the wrong place;Jason McIntyre
2005-03-01provide missing `indent' argument to -offset in displays;Jason McIntyre
convert some displays to .Dl where it's simpler;
2005-03-01google knowsMichael Shalayeff
2005-03-01make sure _quick3p is always defined. Thanks dale!Marc Espie
2005-03-01Display hardware name and display resolution at attach time, as done on sparc.Miod Vallat
2005-03-01Print display resolution as %dx%d, not %d x %d.Miod Vallat
2005-03-01fix call to rcs_open() so the file gets created, and remove theJean-Francois Brousseau
explicit call to rcs_write(), it is not needed anymore