summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2000-01-24fix setregs call for bawkward stacks; does not affect straight caseMichael Shalayeff
2000-01-22Don't allow the time to be set forward so far it will wrap and become negative,Todd C. Miller
2000-01-20set[ug]id, not just setuidTheo de Raadt
2000-01-20when procfs is compiled in, if a setuid process has any of descriptors 0-2Theo de Raadt
2000-01-19do not NULL dereference if fd_nfiles < 3Theo de Raadt
2000-01-17oops, another syscall pipe() botch; karls@inet.noTheo de Raadt
2000-01-14Drop SYNCER_MAXDELAY to 32. The delay is never bigger than 30 anyway.Artur Grabowski
2000-01-08Allow UKC to change tz with 'timezone' command.David Leonard
2000-01-04Remove unused file. If we end up using m_pulldown() in the future, itAngelos D. Keromytis
2000-01-02(lkmalloc): initialize `sym_id'assar
2000-01-01grammar in commentMichael Shalayeff
2000-01-012000Theo de Raadt
1999-12-31copy pkthdr correctly in m_split, okay angelos@Niels Provos
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-12-06Implement compatibility for Linux stime() syscall.Aaron Campbell
1999-12-06Yet another solution to the mfs unmount/kill race (not ugly this time).Artur Grabowski
1999-12-05Collect statistics on sync and async writes.Artur Grabowski
1999-12-05With soft updates, some buffers will be remarked as dirty after being written.Artur Grabowski
1999-12-05Use VONSYNCLIST to see if we should remove a vnode from the sync list insteadArtur Grabowski
1999-12-05Add an m_inject()Angelos D. Keromytis
1999-12-05Add a new vnode flag "VONSYNCLIST" that indicates if the vnode is on theArtur Grabowski
1999-12-05Add a new function "speedup_syncer()" that pushes the syncer to work harder.Artur Grabowski
1999-12-05Unlock the vnode in inactive even when v_usecount == 0.Artur Grabowski
1999-12-05Release mountlist_slock if vfs_busy fails.Artur Grabowski
1999-12-05Indentation fixes.Artur Grabowski
1999-12-02Indentation to make the code more readable.Artur Grabowski
1999-12-02Init the buffer dependency list.Artur Grabowski
1999-12-02snprintf in kernel; assar@stacken.kth.seTheo de Raadt
1999-11-29revents already cleared; dTheo de Raadt
1999-11-29handle invalid file descriptors in poll more carefully; dTheo de Raadt
1999-11-25Use PAGE_SIZE instead of NBPG.Artur Grabowski
1999-11-25Annoying unnecessary space.Artur Grabowski
1999-11-21if select returns writable on a pipe, the write should not returnTheo de Raadt
1999-11-17allow to compile without -DFFS. okay deraadt@David Leonard
1999-11-13FIBMAP ioctl from Linux, only usable on ISO 9660 FS. Note that the lbaAngelos D. Keromytis
1999-11-11Pool will not work with old vm and is only used by uvm. Remove non-uvm code.Artur Grabowski
1999-11-07add APM powerhooks.Niels Provos
1999-11-05s/memset/bzero/; art@ okMichael Shalayeff
1999-11-05more stack direction fixes; art@ okMichael Shalayeff
1999-10-29Use M_PIPE instead of M_TEMP.Artur Grabowski
1999-10-29Remove the "Direct write" code.Artur Grabowski
1999-10-27Actually make ASYNC pipes generate SIGIO.Niklas Hallqvist
1999-10-18force FDSCRIPTS after include files are pulled inTheo de Raadt
1999-10-14Fix for PR 871.cmetz
1999-10-11for AF_UNIX, do not follow symlinks when creating sockets, terminateTheo de Raadt
1999-10-04save user configuration in some magic buffer, which config -e can read; majaTheo de Raadt
1999-10-01remove dependency on external storage managed by mclusters andJason Wright
1999-09-27do not attempt to run NetBSD binaries using native emulkstailey
1999-09-25clean upkstailey
1999-09-20clean upkstailey