Age | Commit message (Expand) | Author |
1997-02-14 | round RLIMIT_STACK; problem spotted by jfw@jfwhome.funhousecom | Theo de Raadt |
1997-02-13 | Don't expose f_fsid to non-root. | Todd C. Miller |
1997-02-11 | Add fs_id support and random inode generation numbers for ffs. | Todd C. Miller |
1997-02-06 | terminate copyinstr, copyoutstr full name; Don.Lewis@tsc.tdk.com | Theo de Raadt |
1997-02-03 | hp300 needs device_register(), too. | Jason Downs |
1997-02-02 | Prevent seeking to negative offsets when seeking from the end of a file; | Thorsten Lockert |
1997-02-01 | add type & union sigval args to sendsig/trapsignal | Theo de Raadt |
1997-02-01 | Correct early termination case of read clustering which could cause | Niklas Hallqvist |
1997-01-27 | select subsystem si_pid becomes si_selpid, to not conflict against user/kerne... | Theo de Raadt |
1997-01-27 | add another parameter to trapsignal() and sendsig() -- fault addr to be | Theo de Raadt |
1997-01-27 | initial cut at SA_SIGINFO support | Theo de Raadt |
1997-01-26 | Regen. | Jason Downs |
1997-01-26 | Add lchown(2). | Jason Downs |
1997-01-25 | Don't do disruptive time corrections if tick size is not integral; from | Thorsten Lockert |
1997-01-25 | Improve adjtime() for odd hz values; from Dennis Ferguson (NetBSD PR# 2787) | Thorsten Lockert |
1997-01-25 | Changed my mind about where to do this. | dm |
1997-01-25 | Only disclose generation number to root. | dm |
1997-01-19 | asm -> __asm | briggs |
1997-01-13 | Import compat_m68k4k from NetBSD | Niklas Hallqvist |
1997-01-12 | Be more Posixly correct; from FreeBSD | Thorsten Lockert |
1997-01-10 | Correct a panic condition hitting on machines with NBPG != ffs blocksize, | Niklas Hallqvist |
1997-01-08 | If config-file is not starting with /, consider it to be a | Niklas Hallqvist |
1997-01-05 | Remove lots of timer_state structs as they just ate memory and only a few was | Niklas Hallqvist |
1997-01-04 | spec_advlock() via lf_advlock() | kstailey |
1997-01-02 | pulled out the duplicated, conditional code from both kern/vfs_syscalls.c | Michael Shalayeff |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt |
1996-12-22 | make spec_advlock() perform indirect call to lf_advlock() | kstailey |
1996-12-19 | Really set column to 0 when outputting a carriage return... | Thorsten Lockert |
1996-12-17 | Fix oversight in column handling with OCRNL enabled | Thorsten Lockert |
1996-12-17 | Reset output column when outputting \r with ONLCR | Thorsten Lockert |
1996-12-16 | Implement more tty flags for better portability from other systems: | Thorsten Lockert |
1996-12-16 | uiomove not checked for failure; wpaul@skynet.ctr.columbia.edu | Theo de Raadt |
1996-12-09 | Import extent manager from NetBSD | Niklas Hallqvist |
1996-12-08 | -Wcast-qual happiness | Niklas Hallqvist |
1996-12-06 | -Wcast-qual cleanup | Niklas Hallqvist |
1996-12-05 | fix locking on devices to work on diskless workstations | kstailey |
1996-11-29 | back out bitmask_snprintf() | kstailey |
1996-11-24 | Sync with NetBSD. Figure NZERO into priorities and that rlim_cur | Todd C. Miller |
1996-11-24 | OLF is ALIVE! | etheisen |
1996-11-24 | Commented out a def, only referenced in out-commented code | Niklas Hallqvist |
1996-11-24 | added bitmap_snprintf | kstailey |
1996-11-23 | remrq -> remrunqueue | kstailey |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey |
1996-11-21 | export struct cfdata cfdata[]; | Michael Shalayeff |
1996-11-11 | export vfs_opv_init* | Michael Shalayeff |
1996-11-11 | Flush input and output in receipt of break (unless break is ignored) | Thorsten Lockert |
1996-11-09 | Implement CREAD | Thorsten Lockert |
1996-11-09 | Use passed-in process, not curproc to determine if the process is in the | Thorsten Lockert |
1996-11-06 | 0377 handling in ISTRIP/PARMRK mode | Theo de Raadt |
1996-11-06 | Get vnode locking right when verifying pathnames ending in '/' are directories | Thorsten Lockert |