Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-30 | missed from last bcd2bin commit | Michael Shalayeff | |
1997-11-30 | fix TIOCGPGRP in sunos emulation | Theo de Raadt | |
1997-11-30 | use stackgap macros | Theo de Raadt | |
1997-11-30 | add bcd<-->bin conversions; from freebsd | Michael Shalayeff | |
1997-11-30 | config apm even if power mgmt is disengaged | Jim Rees | |
1997-11-30 | Move in_addr_t and in_port_t to <sys/types.h> and add sa_family_t | Todd C. Miller | |
and suseconds_t types for XPG4.2. | |||
1997-11-30 | Pull in vm/vm.h in the appropriate order for simple_dat_lock_t in vm/pmap.h | gene | |
1997-11-30 | verbose eisa/pci | Theo de Raadt | |
1997-11-30 | vm/lock.h -> sys/lock.h | gene | |
1997-11-30 | Canonify the _*_H_ namespace appropriately. | gene | |
Also, clean up comments and wrap with _KERNEL correctly. | |||
1997-11-30 | hmm. If out of ports, return EADDRNOTAVAIL | Theo de Raadt | |
1997-11-30 | Add multiple inclusion protection, clean up comments, and wrap with _KERNEL | gene | |
where appropriate. Note that this buys us notable speed boosts on a machine as slow as the mac68k. | |||
1997-11-30 | add bios0 etc | Theo de Raadt | |
1997-11-28 | one les tab | Michael Shalayeff | |
1997-11-28 | Pull in header files needed to get definition of u_lbn_t in | gene | |
ufs/ffs/ffs_extern.h. This must be fallout from the lite2 merge. Compiles again. | |||
1997-11-27 | oh, connect() semantics are EVEN WORSE | Theo de Raadt | |
1997-11-26 | Optimized to perform well on small interleaves which makes the ccd driver | Niklas Hallqvist | |
really useful as a performance booster. The interleave needs to be a multiple of the software page size (CLBYTES) and not have mirror components if the new optimized policy should be used, otherwise the old policy will be used still. | |||
1997-11-26 | enforce VM_PROT_READ in mmap | Theo de Raadt | |
1997-11-26 | fix shmctl IPC_STAT | Theo de Raadt | |
1997-11-26 | If using async connect(), after select for writeable, if getpeername() | Theo de Raadt | |
indicates connection failure, you can use getsockopt(SOL_SOCKET, SO_ERROR, ...) to find the error. But the linux people I guess didn't know about this, and changed connect() so that a 2nd connect() call on a failed socket returns the error directly. Fake this demented non-standard behaviour which Linux users are now starting to code to. Talk about dilution of the API... | |||
1997-11-26 | indent | Theo de Raadt | |
1997-11-25 | fix Op Fl | Theo de Raadt | |
1997-11-25 | add ripemd160. | Niels Provos | |
1997-11-24 | Fix non-DIAGNOSTIC (and non-COMPAT*) compilation | Niklas Hallqvist | |
1997-11-24 | add ripemd-160 as authentication function. | Niels Provos | |
1997-11-24 | Add missing (implied) int to a variable declaration; thorpej | Theo de Raadt | |
1997-11-24 | fix memory leak; hbriceno@lcs.mit.edu | Theo de Raadt | |
1997-11-24 | partially apply that dk_* pr | Michael Shalayeff | |
1997-11-23 | indent | Michael Shalayeff | |
1997-11-23 | use MI cdev_decl(ipl) | Michael Shalayeff | |
1997-11-23 | ok. add cdev_decl(ipl) | Michael Shalayeff | |
1997-11-23 | missing ipf cdev_decl | Michael Shalayeff | |
1997-11-23 | nuke prehistoric disk statistics | Michael Shalayeff | |
1997-11-22 | typo | Michael Shalayeff | |
1997-11-22 | declare struct buf earlier to avoid warnings | Michael Shalayeff | |
1997-11-20 | define MMU_68060 | etheisen | |
1997-11-20 | 177 boards have 128k SRAM. | etheisen | |
1997-11-20 | Yawn. $OpenBSD$ tag. | gene | |
1997-11-20 | Fix for open(2) when O_TRUNC and O_??LOCK are used together. I | Todd C. Miller | |
ran the fix by Kirk, who said it was an OK solution and pointed out two problems. | |||
1997-11-18 | fix 3DES, style changes | Theo de Raadt | |
1997-11-18 | Use 0177777, not 07777 as the mask to check for EINVAL. This allows | Todd C. Miller | |
one to use the st_mode field in struct stat as an argument to f?chmod(). | |||
1997-11-18 | make old style padding default again. | Niels Provos | |
1997-11-17 | oh, a timespec | Theo de Raadt | |
1997-11-17 | kleink: When fstat(2)ing a file descriptor of a local communications domain | Theo de Raadt | |
socket, fill the socket's creation time into the stat structure's st_[acm]time fields: POSIX requires this behavior for pipe(2). N.B.: updating the st_[am]time fields when reading/writing the pipe is neither required nor implemented, though. | |||
1997-11-17 | implement IBCS2_FIONBIO; christos | Theo de Raadt | |
1997-11-17 | only consider 9 bits for the umask | 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 | enable jensen | Theo de Raadt | |
1997-11-17 | simpler | Theo de Raadt | |