Age | Commit message (Expand) | Author |
1999-07-18 | TIOCM{GET,SET,BIS,BIC}, and TCXONC support | Theo de Raadt |
1999-07-15 | oops, wrong type for cpu_class | Theo de Raadt |
1999-07-14 | put sub-class of architecture in SVR4_SI_PLATFORM | Theo de Raadt |
1999-07-13 | introduce fdremove() to mark a file descriptor as unused. fdremove makes | Niels Provos |
1999-07-02 | more systeminfo() fixes; hal@sdsi.com | Theo de Raadt |
1999-07-02 | sparc -> __sparc__ | Brad Smith |
1999-06-30 | put non-space names in systeminfo(SI_PLATFORM); hal_snyder@sdsi.com | Theo de Raadt |
1999-06-14 | avoid future register_t vs int problems, if this becomes 64 bit | Theo de Raadt |
1999-06-08 | better fd leak prevention | Theo de Raadt |
1999-06-08 | use sys_opipe(), but note the descriptor leakage | Theo de Raadt |
1999-06-07 | sync | Theo de Raadt |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt |
1999-06-06 | use __sparc__ | Theo de Raadt |
1999-06-03 | use __sparc__ just in case | Theo de Raadt |
1999-06-01 | Fix some mips -> __mips__ stuff. | Per Fogelstrom |
1999-05-31 | regen | Todd C. Miller |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller |
1999-05-22 | Add new vm_swap code for dynamic swap. From netbsd, munged some by me, and | Tobias Weingartner |
1999-05-21 | remove duplicate contents from Makefile | Brad Smith |
1999-02-26 | cnt is called uvmexp in uvm and the names of the members have changed. | Artur Grabowski |
1999-02-26 | vm_sysctl -> uvm_sysctl for uvm | Artur Grabowski |
1999-02-10 | sync | Theo de Raadt |
1999-02-10 | branding support and freebsd elf | Theo de Raadt |
1999-02-10 | freebsd madvise() clone, always returns 0 for now | Theo de Raadt |
1999-02-10 | more ioctl support | Theo de Raadt |
1999-02-10 | IP_HDRINCL support, will need tweaking; freebsd | Theo de Raadt |
1999-02-10 | linux sendmsg/recvmsg | Theo de Raadt |
1999-02-10 | more socket/file ioctl | Theo de Raadt |
1999-02-10 | strncpy; edx trashing solution in sys_pipe(); freebsd | Theo de Raadt |
1999-02-10 | Correct directory entry reads, big directories lost entries as it were. | Niklas Hallqvist |
1999-01-23 | Kill svr4 #pragma pack. | Marc Espie |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1998-12-23 | Granted this is #if 0'd out, but it should have a chance of compiling anyway | Todd C. Miller |
1998-12-22 | range check signal [] conversions | Theo de Raadt |
1998-12-20 | Use IOV_MAX, not the deprecated UIO_MAXIOV | Todd C. Miller |
1998-08-05 | add missing check for msg.msg_iovlen <= 0 | Todd C. Miller |
1998-08-05 | delete bogus casts of msg_iovlen to u_int since msg_iovlen is already a u_int | Todd C. Miller |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t... | Todd C. Miller |
1998-07-19 | no; linux connect() appears busted in blocking mode too | Theo de Raadt |
1998-07-13 | oops; mwp@aba.net.au | Theo de Raadt |
1998-07-05 | fix netbsd bug; from boquist@cs.chalmers.se | Jason Downs |
1998-07-04 | emulate shrinking in mremap(); boquist@cs.chalmers.se | Theo de Raadt |
1998-04-26 | NetBSD merge | Niklas Hallqvist |
1998-04-26 | $ | Niels Provos |
1998-04-26 | New audio adaption; netbsd | Niklas Hallqvist |
1998-04-26 | 2nd try: compat ossaudio from NetBSD mostly by | Niels Provos |
1998-04-26 | use osscompat for audio emulation. | Niels Provos |
1998-04-26 | correct utimes() emulation | Theo de Raadt |
1998-04-25 | Aparently the socketpair bug is fixed in current Linux kernels so | Todd C. Miller |
1998-04-25 | Linux has SHUT_RD and SHUT_WR reversed in the ``how'' argument. Presumably | Todd C. Miller |