Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-10-19 | random device is permanent now. | Michael Shalayeff | |
1996-10-19 | __assert added, impl from netbsd, however put elsewhere. use it instead | Niklas Hallqvist | |
of private versions (one even using the userland header) in if_sn.c | |||
1996-10-18 | As alpha uses device_register, it needs its proto too | Niklas Hallqvist | |
1996-10-18 | From Keith Bostic, with some minor changes: | Thorsten Lockert | |
The problem reported on BUGTRACK was that ftpd could be convinced to drop core after it had discarded its special permissions, but while it still had a copy of the encrypted passwords in its buffers. Change coredump() to: + Don't drop core for any process that was ever setuid/setgid if it's not running as root. + Change errno returns from EFAULT to appropriate values -- this will be useful for when coredump() becomes a system call and gcore goes away. + Create core dump files mode 600, and don't dump to files that are owned by anyone else or readable or writable by anyone other than the owner. | |||
1996-10-14 | make gcc -Wall happy for lkms... | Michael Shalayeff | |
1996-10-12 | Correct sys_pipe's 3rd arg type, alpha needs it | Niklas Hallqvist | |
1996-10-12 | i added a fair bit to this | Theo de Raadt | |
1996-10-07 | a teeny bit more care | Theo de Raadt | |
1996-10-07 | clear quotes not buf; from hbriceno@lcs.mit.edu | Theo de Raadt | |
1996-10-04 | usermount sysctl, default to prevent users from using mount syscall | Theo de Raadt | |
1996-10-04 | update | Theo de Raadt | |
1996-10-04 | sys_getfh is NFSCLIENT|NFSSERVER | Theo de Raadt | |
1996-10-02 | copyinstr correctly; spotted by bitblt | Theo de Raadt | |
1996-09-27 | Format type fix (%d -> %ld) in debugging/DDB printf. | briggs | |
1996-09-24 | no mknod in chroot | Theo de Raadt | |
1996-09-24 | unescapeable chroot; thanks to nirva and asriel for helping | Theo de Raadt | |
1996-09-21 | fix NFSSERVER w/o NFSCLIENT; netbsd pr#1780, cgd@netbsd (yes, a 10month | Theo de Raadt | |
old PR and the fix is mostly unchanged). | |||
1996-09-20 | `solve' the syn bomb problem as well as currently known; add sysctl's for | Theo de Raadt | |
SOMAXCONN (kern.somaxconn), SOMINCONN (kern.sominconn), and TCPTV_KEEP_INIT (net.inet.tcp.keepinittime). when this is not enough (ie. overfull), start doing tail drop, but slightly prefer the same port. | |||
1996-09-16 | Be less verbose if we have been compiled without DEBUG | Thorsten Lockert | |
1996-09-12 | ok, must have read access at least. | Per Fogelstrom | |
1996-09-12 | remove excess tests... | Per Fogelstrom | |
1996-09-09 | fix db_add_symtab arguments. | Michael Shalayeff | |
1996-09-09 | Don't claim a better precision than (1,000,000 / hz) us... | Thorsten Lockert | |
1996-09-06 | Fixed another bug niklas found. -moj | Mats O Jansson | |
1996-09-06 | Call me "Pedant"! prototype mismatches fixed and unused var removed | Niklas Hallqvist | |
1996-09-06 | Added support for add device in subr_userconf. Not perfect but a good start. | Mats O Jansson | |
This needed changes in config, so if your kernel uses BOOT_CONFIG you need to rebuild config before a new kernel can be built. -moj | |||
1996-09-06 | Need cpu.h included to get at setsoftnet define | Niklas Hallqvist | |
1996-09-05 | ld has some funny things going with alignments... | Per Fogelstrom | |
1996-09-05 | compile! | Michael Shalayeff | |
1996-09-04 | more Swedish pedantery, kill statics, provide protos etc | Niklas Hallqvist | |
1996-09-04 | pipe.h needed vm_page_t defined for me, so I moved it down | Niklas Hallqvist | |
1996-09-04 | Do not do the if(a = b) game even if correct, it is confusing | Niklas Hallqvist | |
1996-09-04 | Stylistic cleanup, like removing "static"s, and removing warnings | Niklas Hallqvist | |
given by -Wall -Wstrict-prototypes -Wmissing-prototypes | |||
1996-09-03 | another typo.... | Theo de Raadt | |
1996-09-03 | do not coredump for setuid/setgid, unless run by root | Theo de Raadt | |
1996-09-02 | Don't drain the protocol queues at interrupt level. | dm | |
1996-09-02 | shmdt when no mapping is ok, found by christos | Theo de Raadt | |
1996-09-02 | loop till quit | Theo de Raadt | |
1996-09-02 | Rename nextpid to lastpid; make it a global with type pid_t | Thorsten Lockert | |
1996-08-31 | Cleanup exec | Per Fogelstrom | |
1996-08-29 | lkm ddb symbol table loading. done during the middle ages by jtkohl, merged | Theo de Raadt | |
to modern day sources by rees@umich.edu | |||
1996-08-29 | rnd -> random | Theo de Raadt | |
1996-08-27 | New fast pipe(2) from freebsd without fancy vm stuff. | shawn | |
The old pipes can be used with the "OLD_PIPE" config option. | |||
1996-08-26 | fix syscall debugging | Theo de Raadt | |
1996-08-25 | sync | Theo de Raadt | |
1996-08-25 | issetugid() system call discovers if a process was started setuid or setgid | Theo de Raadt | |
1996-08-24 | change to so_uid, also fix a missing credential found by dm | Theo de Raadt | |
1996-08-21 | spit out a warning if /dev/console does not exist; from ↵ | Theo de Raadt | |
mouse@Collatz.McRCIM.McGill.EDU | |||
1996-08-17 | do not panic for common driver bugs | Theo de Raadt | |
1996-08-15 | Clear p_pctcpu when a process exit | Thorsten Lockert | |