Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-17 | remove parts of dbsym | kstailey | |
1997-11-17 | Fix a pretty embarrassing typo in the Usage help message. | gene | |
Also, minor KNF whlle here. | |||
1997-11-17 | Come to think of it the sun3 doesn't use dbsym anymore... | kstailey | |
Is dbsym dead? Should it be removed from the tree? | |||
1997-11-17 | 3-arg msync(2) | kstailey | |
1997-11-17 | implement IBCS2_FIONBIO; christos | Theo de Raadt | |
1997-11-17 | Work around a stackframe bug in gcc alpha, who cannot deal with frames > 64k | Niklas Hallqvist | |
1997-11-17 | match nfs3 and regular nfs; christos | Theo de Raadt | |
1997-11-17 | completely avoid master.passwd in the changelist processing; ↵ | Theo de Raadt | |
jbernard@tater.mines.edu | |||
1997-11-17 | only consider 9 bits for the umask | Theo de Raadt | |
1997-11-17 | proper .Xr | Theo de Raadt | |
1997-11-17 | make chmod() and fchmod() return EINVAL for bad mode bits | Theo de Raadt | |
1997-11-17 | indent | Theo de Raadt | |
1997-11-17 | blank line | Theo de Raadt | |
1997-11-17 | enable jensen | Theo de Raadt | |
1997-11-17 | fix Y2K problems | Theo de Raadt | |
1997-11-17 | simpler | Theo de Raadt | |
1997-11-17 | do not use %: | Theo de Raadt | |
1997-11-17 | 1) use fgetln for arbitrary sized lines | Todd C. Miller | |
2) do puts("foo\r") not puts("foo\r\n") as puts adds a \n itself 3) log the command given when -l is specified, replacing \r, \n, NULL with ' ' 4) with -l, log possible probes (ie: EOF) that were previously ignored | |||
1997-11-16 | Replace "micro getopt" with real getopt for readability's sake. | Todd C. Miller | |
1997-11-16 | blank line | Theo de Raadt | |
1997-11-16 | oops | Theo de Raadt | |
1997-11-16 | add SHUT_* values as defined by XPG4.2 | Theo de Raadt | |
1997-11-16 | report correct filename in error msg; netbsd | Theo de Raadt | |
1997-11-16 | fix error message | Theo de Raadt | |
1997-11-16 | Add ch* at scsibus? | Niklas Hallqvist | |
1997-11-16 | Revert one of the $_ changes made 970102, as it makes sh crash when mail | Niklas Hallqvist | |
arrives and mailchecking is on. I doubt this case was meant to be altered at that time judging from the documentation fix it went along with. However to be really sure I would like to see what POSIX has to say about the mail notification message format. Is $_ meant to be expanded to the mailbox path? If so, this revertion is correct, otherwise, another fix ought to be made. I have no POSIX spec though. | |||
1997-11-16 | compile on alpha, needs testing | Todd C. Miller | |
1997-11-16 | pull #ifdef __alpha__ out from a #ifdef __NetBSD__ | Todd C. Miller | |
1997-11-16 | move proto to sys/stat.h; XPG4.2 | Theo de Raadt | |
1997-11-15 | cleanups from various sources | Theo de Raadt | |
1997-11-15 | make -Ss code correct; ghudson@mit.edu | Theo de Raadt | |
1997-11-15 | spelling | Todd T. Fries | |
1997-11-15 | slipped through the cracks. | Todd T. Fries | |
1997-11-15 | spelling | Todd T. Fries | |
1997-11-15 | add DIAGNOSTICS header; msaitoh | Theo de Raadt | |
1997-11-15 | for shutdown(2), if "how" is not 0-2, return EINVAL | Theo de Raadt | |
1997-11-15 | fix memory management errors | Theo de Raadt | |
1997-11-14 | Fixed up a VOP_UNLOCK call so that it uses the correction proc * | Constantine Sapuntzakis | |
1997-11-14 | Make user-mode C++ compilers happy by #ifdef around inline functions | Constantine Sapuntzakis | |
1997-11-14 | pk: Expand on shared object's `.init' functions a bit, and mention | Theo de Raadt | |
`/usr/lib/c++rt.o'. | |||
1997-11-14 | mmap() takes void * | Theo de Raadt | |
1997-11-14 | mmap() now takes void * | Theo de Raadt | |
1997-11-14 | void * change to mmap() | Theo de Raadt | |
1997-11-14 | sync | Theo de Raadt | |
1997-11-14 | convert to void *addr | Theo de Raadt | |
1997-11-14 | fix for a line continuation bug, more than a year ald. work by mckusick, | Theo de Raadt | |
bostic, mark@linus.demon.co.uk, davidg, and bde. | |||
1997-11-14 | clone freebsd "-R rate"; default to 256 invocations/minute | Theo de Raadt | |
1997-11-14 | Fix tabstop handling largely as well as some issues with putchar. General | gene | |
cleanup verses vttest to make things prettier. Still not perfect, though. From Dave Huang <khym@bga.com> | |||
1997-11-14 | crank TOOMANY to 160 for now | Theo de Raadt | |
1997-11-14 | NetBSD changes (mostly comsmetic): | Todd C. Miller | |
replace panic() with calls to err()/errx() use S_IS* instead of doing by hand with S_IF*. Use TIMESPEC_TO_TIMEVAL() and gettimeofday instead of time(2) Use _POSIX_VDISABLE, not 0 Kill register |