summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Collapse)Author
1996-08-14incorrect size calculation in mbuf copying, netbsd pr#2692; fix from ↵Theo de Raadt
explorer@flame.org
1996-08-13microtime for srandomTheo de Raadt
1996-08-10srandom() seeds random() at boottimeTheo de Raadt
1996-08-08approximate seeks; banshee@gabriella.abattoir.comTheo de Raadt
1996-08-08Make {,f}chown(2) behaviour POSIX.1 compliant with SUID / SGID filesThorsten Lockert
Enable CTL_FS processing by sysctl(3) Add CTL_FS request to disable clearing SUID / SGID bit when a files owner or group is changed by root Make sysctl(8) understand CTL_FS requests
1996-08-08Lose the SUID bit if owner changes in {,f}chownThorsten Lockert
Lose the SGID bit if group changes in {,f}chown
1996-08-07tiny extent manager by shawnTheo de Raadt
1996-08-05layout style nit (am I a pedant, or what?)Niklas Hallqvist
1996-08-05struct socket gets so_ucred; permit only same uid or root to do port takeover.Theo de Raadt
1996-08-02Return EINVAL for invalid mode flags to access(2)Thorsten Lockert
1996-08-01xconsole was broken after last patch (UCONSOLE zap).Michael Shalayeff
1996-08-01Implemented _POSIX_SAVED_IDS behaviour according to 1003.1-1990, withThorsten Lockert
allowed extension from Appendix B, section 4.2.2.
1996-07-31TIOCCONS must be able to VOP_ACCESS() /dev/console to succeed; fixes DOS attackTheo de Raadt
1996-07-29comment on ptrace & P_SUGIDTheo de Raadt
1996-07-28fix vsnprintf return valTheo de Raadt
1996-07-27subr_userconf.c only for BOOT_CONFIG optionTheo de Raadt
1996-07-27sec can be a longTheo de Raadt
1996-07-23make printf/addlog return 0, for compat to userlandTheo de Raadt
1996-07-21Ensure we never use more than one callout table slotThorsten Lockert
1996-07-19Fixed NetBSD pr #2633 (douzzer@mit.edu)--Be slightly more reasonabledm
about something like printf ("bogus format %l");
1996-07-11do not lose setuid flagTheo de Raadt
1996-07-02prettyTheo de Raadt
1996-07-02unsigned usec can go negative, should be added in as is; netbsd pr#2585; ↵Theo de Raadt
Juergen.Fluk@lrz.tu-muenchen.de
1996-07-02-Wall & -Wstrict-prototype fixesNiklas Hallqvist
1996-06-29Add external declaration for osversion[]Thorsten Lockert
1996-06-29MIssed this one in previous commit; make uname(1) and uname(3) do theThorsten Lockert
right thing for the version field
1996-06-29fix. add to tags all the gnu ...Michael Shalayeff
1996-06-29put ext2fs into tags too.Michael Shalayeff
1996-06-27More bugs fixed. Replaced lots of "|" and "&" with the correct "||" and "&&".Mats O Jansson
1996-06-27Add ext2fs to the vfsswJason Downs
1996-06-26expand %d is panicstrdm
1996-06-26When a dirty buffer is written to, don't move it to the tail of theThorsten Lockert
dirty list. Doing that can, for a block that is written to with a period of less than 30 seconds, cause the block to never be flushed to disk. Idea from Jeffrey Mogul's paper covering the same basic changes.
1996-06-26New safer userconf_number, more can be terminated with q, if more than oneMats O Jansson
device uses the same slots, allocates new space. /moj
1996-06-25consider umask for AF_UNIX bind()Theo de Raadt
1996-06-23Added support for user modifiable kernel at boot (-c) /majaMats O Jansson
1996-06-21allow LKM listing.Michael Shalayeff
1996-06-21allocate LKM slot dynamically.Michael Shalayeff
prepare to LKM symtabs, cross deps, etc!
1996-06-20calcru() must calculate using u_quad_t to avoid overflows; netbsd pr#2496, ↵Theo de Raadt
brb@exp.com
1996-06-20kern_malloc() can fail in canwait case if no more map space; return NULL inTheo de Raadt
that case so that callers can deal with shortage rather than deadlocking.
1996-06-20if kmem_malloc() fails to allocate a cluster, call m_reclaim(). logTheo de Raadt
"mb_map full" message only once a minute.
1996-06-18sick netbsd alpha hack (why not do what other ports do?)Theo de Raadt
1996-06-17Change from my, umm, BSD/OS tree: allow root to run TIOCGPGRP on anything.Jason Downs
1996-06-16Whoops. Don't forget to take alignment into account when processing file.etheisen
Thanks Per.
1996-06-16only call config_init() onceTheo de Raadt
1996-06-15elf_check_header() is now fully functional. Still need to add OS checks.etheisen
1996-06-14from pk; protect some more stuff with splbioTheo de Raadt
1996-06-12notdef NTP, do not build ntp_gettime/ntp_adjtimeTheo de Raadt
1996-06-12warning: variable might be used uninitialized -- sucksTheo de Raadt
1996-06-11Kernel-implementation of update(8) my meThorsten Lockert
1996-06-10data structure handling fixTheo de Raadt