Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-13 | make svr4_sys_ulimit() return EINVAL for bad commands | Theo de Raadt | |
1997-11-13 | Fix test for NULL arg in svr4_utime() (PR#4418); pk | Theo de Raadt | |
1997-11-13 | From NetBSD: | Todd C. Miller | |
makewhatis.sh rewrite by mrg@netbsd.org that uses getNAME(8). Much faster for unformatted man pages now that there is no need to format them on the fly. Removes duplicate inode entries, so files with multiple hard links are only parsed once. OpenBSD changes: set $PATH to a reasonable value avoid /tmp races via mktemp(1) obey $TMPDIR | |||
1997-11-13 | Nuke trailing space. | Todd C. Miller | |
1997-11-13 | Changes from NetBSD (mrg): | Todd C. Miller | |
add a manual for getNAME. also, change the `default' output to be in a form much more useful for an apropos(1) database. this will be used by makewhatis(1) to generate the whatis.db file's now... OpenBSD changes: use basename(3) instead of doing a half-hearted job inline. use strncat(3) because I am anal. | |||
1997-11-13 | in ttywait(), double check if we need to sleep before sleeping | Theo de Raadt | |
1997-11-13 | 4.4BSD lite version. Adds -w flag for whatis entries. | Todd C. Miller | |
1997-11-13 | Add back EXTPROC code now that tty_pty.c has the lite2 fix. | Todd C. Miller | |
1997-11-13 | EXTPROC fix from lite2. | Todd C. Miller | |
1997-11-12 | typos | Theo de Raadt | |
1997-11-12 | also call it faq.8 | Theo de Raadt | |
1997-11-12 | lock failure returns EAGAIN in our world, XPG4/POSIX say either EAGAIN or ↵ | Theo de Raadt | |
EACCESS is ok, but EAGAIN is what our kernel does | |||
1997-11-12 | correct RST validity checking; fc@parkone.ci.oakland.ca.us | Theo de Raadt | |
1997-11-12 | indent | Theo de Raadt | |
1997-11-12 | correct references. | Niels Provos | |
1997-11-12 | mention ifaliases | Theo de Raadt | |
1997-11-12 | describing building kernels | Theo de Raadt | |
1997-11-12 | recommend "lookup file bind" | Theo de Raadt | |
1997-11-12 | mention net.inet.ip.forwarding | Theo de Raadt | |
1997-11-12 | fix argh disklabel problem, pr#346 | Theo de Raadt | |
1997-11-12 | Do termios ops on /dev/tty if available, else fd 2. | Todd C. Miller | |
1997-11-12 | TCSADRAIN -> TCSANOW. Using TCSADRAIN appears to cause a race condition | Todd C. Miller | |
whereby the change is done with the wrong tcpgrp. This fixes suspending less/more when invoked in mail(1) or via sh -c "less somefile". | |||
1997-11-12 | Indentation. | Angelos D. Keromytis | |
1997-11-11 | put protos inside #ifdef _KERNEL | Theo de Raadt | |
1997-11-11 | Pull in sys/ioctl.h since things like dt seem to depend on this include. | gene | |
Also, KNF and multi-inclusion protection. | |||
1997-11-11 | Pull in sys/time.h and sys/ioctl.h so things like dt (which apparently | gene | |
expect this to happen) compile. While I'm here, beautify and KNF this thing a bit and standardize the name of the multiple inclusion macro. | |||
1997-11-11 | -g linking takes to much time | Niklas Hallqvist | |
1997-11-11 | Add AST and wdc1, pretty some | Niklas Hallqvist | |
1997-11-11 | double MAX_KMAPENT and MAX_KMAP | Todd C. Miller | |
1997-11-11 | Reality update | Niklas Hallqvist | |
1997-11-11 | Initialize the de_lock. some KNF | Niklas Hallqvist | |
1997-11-11 | use nfsproto variable; tron@lyssa.owl.de | Theo de Raadt | |
1997-11-11 | MSG_EOR on SOCK_STREAM is invalid; wollman | Theo de Raadt | |
1997-11-11 | some cleanup from freebsd | Theo de Raadt | |
1997-11-11 | Make sure the clean bits are set correctly. | Constantine Sapuntzakis | |
1997-11-11 | uninitialized variable | Niklas Hallqvist | |
1997-11-11 | blush! | Niklas Hallqvist | |
1997-11-11 | make tty col/row size be unsigned | Niklas Hallqvist | |
1997-11-11 | whoops typo in last commit + accept 0 in col/row values on sun4 mean full sz | Niklas Hallqvist | |
1997-11-11 | Limit the console size by the frambuffer size. My 4/100 seems | Niklas Hallqvist | |
to lie about the console size | |||
1997-11-11 | Make diskless machines boot again. remove statics | Niklas Hallqvist | |
1997-11-11 | A vital variable was not initialized! Thanks DDB, and you... | Niklas Hallqvist | |
remember to kill those static specifiers. | |||
1997-11-11 | I might as well say it here: please do not make functions in the | Niklas Hallqvist | |
kernel static, unless they are also inline. Debugging in DDB becomes a nightmare when the symbols are not there. Instead use good non-clashing names, maybe prefixed by the devicename, subsystemname or similar. | |||
1997-11-11 | Remove thos evil statics, some KNF | Niklas Hallqvist | |
1997-11-11 | unused variable under certain conditions | Niklas Hallqvist | |
1997-11-11 | Remove those static specifiers | Niklas Hallqvist | |
1997-11-11 | regen | Niklas Hallqvist | |
1997-11-11 | regen | Niklas Hallqvist | |
1997-11-11 | oh my, i'm embarassed. | flipk | |
1997-11-10 | Use vfs lite2 lockmanager. Add advisory locking. some KNF. | Niklas Hallqvist | |
some extra pathconf ops supported. |