Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2008-06-01 | synchronize synopsis and usage. | Igor Sobrado | |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt | |
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis | |||
2008-03-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt | |
CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because of alignment; ok kettenis hshoexer | |||
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt | |
an extensive discussion with otto, kettenis, millert, and hshoexer | |||
2007-12-09 | update pedro's email address, at his request; | Jason McIntyre | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-19 | Mention the mfs and portal papers. | Jonathan Gray | |
2006-12-15 | sync w/ usage(); ok pedro | Jason McIntyre | |
2005-04-08 | Sync with recent realpath(3) changes: on failure, don't use the second | Jared Yanovich | |
argument "resolved", since it is undefined. ok and help millert, otto | |||
2004-08-08 | spacing | Theo de Raadt | |
2004-06-06 | 64bit int fixes | Ted Unangst | |
2004-05-08 | change my e-mail address to @openbsd.org | Pedro Martelletto | |
2004-03-02 | oops, committed wrong version. thanks pedro. | Ted Unangst | |
2004-03-01 | rewrite featuring IP6 support from Pedro Martelletto <pbastos@rdc.puc-rio.br> | Ted Unangst | |
ok deraadt@ | |||
2003-07-29 | spaces | Theo de Raadt | |
2003-07-03 | use realpath() in helpers instead of doing it ourselves every time. | Ted Unangst | |
also fixes pr1662. from otto moerbeek | |||
2003-06-11 | ansification | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-03-11 | strcpy -> strlcpy; Hans-Joerg.Hoexer@yerbouti.franken.de | Theo de Raadt | |
2002-09-06 | socklen_t | Theo de Raadt | |
2002-07-11 | malloc() failure tests; rimshot@pandora.be | Theo de Raadt | |
2002-06-26 | Missing .Xr's from Margarida Sequeira <niness@devilness.org>. | Federico G. Schwindt | |
Remove unmount(2) per millert suggestion; millert@ ok. | |||
2002-05-26 | pid_t cleanup | Theo de Raadt | |
2002-05-22 | strcpy, sprintf death; mpech ok | Theo de Raadt | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin | |
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok | |||
2001-12-08 | Don't unlink() the same thing twice, ok millert@ | Miod Vallat | |
2001-11-17 | volatile sig_atomic_t | Theo de Raadt | |
2001-11-05 | some syslog_r uses in signal handlers | Theo de Raadt | |
2001-07-04 | link to portal.conf.5; dead karls@inet.no | Theo de Raadt | |
2001-06-08 | Fix a typo (perfomance -> performance) and lots of section shuffling; | Aaron Campbell | |
mpech@prosoft.org.lv | |||
2001-01-19 | mark signal races i cannot fix at the moment | Theo de Raadt | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt | |
1999-07-21 | use .Ar on later .It Fl lines | Theo de Raadt | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | kill redundant .Nm macro arguments; other misc fixes | Aaron Campbell | |
1998-11-11 | more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes | Aaron Campbell | |
1998-09-17 | sbin/ man page fixes | Aaron Campbell | |
1998-08-07 | Directories can't be opened for writing these days. | Constantine Sapuntzakis | |
1998-08-06 | Can't use MSG_EOR with a stream socket. | Constantine Sapuntzakis | |
Thanks to m4@m.nts.umn.edu (Marshall M. Midden) | |||
1998-07-16 | use .Bx | Michael Shalayeff | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-08-20 | Print "Filesystem not supported by kernel" not "Operation not supported by | Todd C. Miller | |
device" (EOPNOTSUPP) so the real problem is obvious. Idea from Peter Seebach <seebs@taniemarie.solon.com>. | |||
1997-08-18 | #include <string.h> not <strings.h> -- Yes, I'm a weanie... | Todd C. Miller | |
1997-08-04 | save errno in sigchld handlers | Theo de Raadt | |