Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-17 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn | |
been worked on, so EA is pointless to maintain. | |||
2005-06-17 | remove undelete syscall | Todd C. Miller | |
2005-06-15 | bye bye whiteouts | Todd C. Miller | |
2005-06-05 | s/-p1003.1-2003/-p1003.1-2004/g | Jason McIntyre | |
2005-06-01 | no more MNT_UNION, says pedro@ | Jason McIntyre | |
2005-05-25 | Minor wordink fix | Christopher Pascoe | |
ok dlg@ | |||
2005-05-19 | .Xr getitimer 2 , | Jason McIntyre | |
from jacob meuser; | |||
2005-05-16 | PT_WCOOKIE is available on sparc64 too. | Miod Vallat | |
2005-05-16 | Mention no more PT_[GS]ETFPREGS on m88k. | Miod Vallat | |
2005-05-15 | document getfsstat(2)'s behaviour when no flags are specified, okay jmc@ | Pedro Martelletto | |
2005-05-12 | credit .Bx 3 in HISTORY too; | Jason McIntyre | |
agreed w/ otto@ | |||
2005-05-08 | from perry@netbsd -r1.35: | Jason McIntyre | |
execve() first appeared in At v7, not Bx 4.2; | |||
2005-05-01 | recommend this API better; "a good start" deraadt@ | Damien Miller | |
2005-04-16 | Describe __syscall(2) in all its ugliness. ok jmc@ tom@ millert@ | Otto Moerbeek | |
deraadt@ | |||
2005-04-06 | Make __syscall prototypes more consistent. Use register_t as the | Todd C. Miller | |
return value for system calls that return size_t or ssize_t and quad_t for those that return off_t. | |||
2005-04-04 | Document PT_[GS]ETXMMREGS. | Mark Kettenis | |
ok jmc@ | |||
2005-03-26 | - use .Cm rather than .Nm for kernel options | Jason McIntyre | |
- no space needed before full stops here | |||
2005-03-26 | acct, ktrace, and ptrace are only available if the kernel option is there. | Ted Unangst | |
say so. | |||
2005-03-22 | add missing "of" to make this a real sentence. | Hans-Joerg Hoexer | |
ok henning mpf miod jmc | |||
2005-03-16 | chown(8): mention that this utility clears setuid/setgid bits by default; | Jason McIntyre | |
from stuart henderson (pr #4149); chown(2)/chown(8): mention that sysctl variable fs.posix.setuid=0 overrides this behaviour; from millert and otto; ok deraadt@ otto@ millert@ | |||
2005-03-07 | more macro simplification; | Jason McIntyre | |
2005-02-25 | Be correct in our man pages when talking about NUL termination (that is, | Chad Loder | |
termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@ | |||
2005-02-23 | use a string format argument instead of nothing in the example | Robert Nagy | |
ok otto@ | |||
2005-01-09 | grammar from fbsd -r 1.18; | Jason McIntyre | |
2005-01-06 | iso is no more, ok millert jmc henning deraadt | Jared Yanovich | |
2005-01-04 | consistency fix; | Jason McIntyre | |
2005-01-01 | Add example; OK ian@ deraadt@ jaredy@ | Todd C. Miller | |
2004-12-31 | - elaborate on the descriptions of some flags | Jared Yanovich | |
- comment out Plan9 flags - other minor tweaks prod by and ok jmc | |||
2004-12-31 | typos | Matthieu Herrb | |
2004-12-31 | Document existence of struct sockaddr_storage and add an example. | Matthieu Herrb | |
hints by miod@ and jmc@, ok deraadt@ | |||
2004-11-12 | mention `s'; | Jason McIntyre | |
from aleksander piotrowski; ok henning@ deraadt@ millert@ | |||
2004-10-05 | connect(2) can return with EHOSTUNREACH, found with and ok otto | Henning Brauer | |
2004-10-03 | put EXAMPLES in the correct place, and change a stop to a colon; | Jason McIntyre | |
2004-10-02 | - move the fact that it returns 0 on directory end in RETURN VALUES | Matthieu Herrb | |
- add an example - add .Xr opendir Ok millert@, ok and some tweaks jaredy@. | |||
2004-09-23 | really mention BPF this time around. | Brad Smith | |
2004-09-23 | mention support for BPF. | Brad Smith | |
From: FreeBSD | |||
2004-09-18 | MLINK to macros provided in wait.2 | Theo de Raadt | |
2004-09-16 | add files missing for building a proper lint library | Theo de Raadt | |
2004-09-14 | lint says unsigned... | Theo de Raadt | |
2004-09-14 | ansi | Theo de Raadt | |
2004-09-14 | need rfork() stub for lint | Theo de Raadt | |
2004-09-06 | - Spelling fix. | Brad Smith | |
- Add mention of the fact that timeouts are silently limited to 24 hours. - Document the fact that kqueue will immediately return and not timeout when nevents is 0. From FreeBSD | |||
2004-08-26 | from netbsd (-r 1.18): | Jason McIntyre | |
the values for the parameter "how" are defined in sys/signal.h, not signal.h | |||
2004-08-22 | typo; Axel Andersson | Todd C. Miller | |
2004-08-02 | Fix typo (SIGEV_EVENT -> SIGEV_KEVENT) | Brad Smith | |
From FreeBSD | |||
2004-08-02 | s/kqueue/kevent/ in correct place. | Brad Smith | |
From FreeBSD | |||
2004-07-26 | - change some lists from -column to -tag (-column not needed) and adjust | Jason McIntyre | |
for a decent -width - document MSG_DONTWAIT (from FreeBSD) - simplify macros - document EHOSTUNREACH, EHOSTDOWN, and ENETDOWN; spotted by henning@ - .Xr connect 2 ok henning@ millert@ | |||
2004-07-24 | Xr _Exit(3) | Todd C. Miller | |
2004-07-22 | typo; | Jason McIntyre | |
2004-07-18 | return EINVAL if ftruncate(2) is passed a negative offset | Anil Madhavapeddy | |
ok millert@, miod@, marius@ |