summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-11-17remove parts of dbsymkstailey
1997-11-17Fix a pretty embarrassing typo in the Usage help message.gene
Also, minor KNF whlle here.
1997-11-17Come to think of it the sun3 doesn't use dbsym anymore...kstailey
Is dbsym dead? Should it be removed from the tree?
1997-11-173-arg msync(2)kstailey
1997-11-17implement IBCS2_FIONBIO; christosTheo de Raadt
1997-11-17Work around a stackframe bug in gcc alpha, who cannot deal with frames > 64kNiklas Hallqvist
1997-11-17match nfs3 and regular nfs; christosTheo de Raadt
1997-11-17completely avoid master.passwd in the changelist processing; ↵Theo de Raadt
jbernard@tater.mines.edu
1997-11-17only consider 9 bits for the umaskTheo de Raadt
1997-11-17proper .XrTheo de Raadt
1997-11-17make chmod() and fchmod() return EINVAL for bad mode bitsTheo de Raadt
1997-11-17indentTheo de Raadt
1997-11-17blank lineTheo de Raadt
1997-11-17enable jensenTheo de Raadt
1997-11-17fix Y2K problemsTheo de Raadt
1997-11-17simplerTheo de Raadt
1997-11-17do not use %:Theo de Raadt
1997-11-171) use fgetln for arbitrary sized linesTodd 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-16Replace "micro getopt" with real getopt for readability's sake.Todd C. Miller
1997-11-16blank lineTheo de Raadt
1997-11-16oopsTheo de Raadt
1997-11-16add SHUT_* values as defined by XPG4.2Theo de Raadt
1997-11-16report correct filename in error msg; netbsdTheo de Raadt
1997-11-16fix error messageTheo de Raadt
1997-11-16Add ch* at scsibus?Niklas Hallqvist
1997-11-16Revert one of the $_ changes made 970102, as it makes sh crash when mailNiklas 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-16compile on alpha, needs testingTodd C. Miller
1997-11-16pull #ifdef __alpha__ out from a #ifdef __NetBSD__Todd C. Miller
1997-11-16move proto to sys/stat.h; XPG4.2Theo de Raadt
1997-11-15cleanups from various sourcesTheo de Raadt
1997-11-15make -Ss code correct; ghudson@mit.eduTheo de Raadt
1997-11-15spellingTodd T. Fries
1997-11-15slipped through the cracks.Todd T. Fries
1997-11-15spellingTodd T. Fries
1997-11-15add DIAGNOSTICS header; msaitohTheo de Raadt
1997-11-15for shutdown(2), if "how" is not 0-2, return EINVALTheo de Raadt
1997-11-15fix memory management errorsTheo de Raadt
1997-11-14Fixed up a VOP_UNLOCK call so that it uses the correction proc *Constantine Sapuntzakis
1997-11-14Make user-mode C++ compilers happy by #ifdef around inline functionsConstantine Sapuntzakis
1997-11-14pk: Expand on shared object's `.init' functions a bit, and mentionTheo de Raadt
`/usr/lib/c++rt.o'.
1997-11-14mmap() takes void *Theo de Raadt
1997-11-14mmap() now takes void *Theo de Raadt
1997-11-14void * change to mmap()Theo de Raadt
1997-11-14syncTheo de Raadt
1997-11-14convert to void *addrTheo de Raadt
1997-11-14fix 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-14clone freebsd "-R rate"; default to 256 invocations/minuteTheo de Raadt
1997-11-14Fix tabstop handling largely as well as some issues with putchar. Generalgene
cleanup verses vttest to make things prettier. Still not perfect, though. From Dave Huang <khym@bga.com>
1997-11-14crank TOOMANY to 160 for nowTheo de Raadt
1997-11-14NetBSD 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