summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2008-05-23update sem_otime on semop(); reported by mkbucc AT gmail.comDamien Miller
2008-05-23tputchar() can put characters on the tty output queue if clocal is set,Theo de Raadt
2008-05-23Deal with the situation when TCP nfs mounts timeout and processesThordur I. Bjornsson
2008-05-23Make rd act more like a 'normal' disk device, allowing the elimination ofKenneth R Westerback
2008-05-22use PR_ZERO instead of calling bzero directlyThordur I. Bjornsson
2008-05-22Use LIST_FOREACH() instead of handrolling.Thordur I. Bjornsson
2008-05-22kill 2 bogus ARGUSED and use the LIST_FOREACH() macroThordur I. Bjornsson
2008-05-16merge vfs_opv_init into vfs_op_init and remove the former,Thordur I. Bjornsson
2008-05-16remove some old debug cruft, make some comments nicerThordur I. Bjornsson
2008-05-16unsigned -> u_int and warnmess -> warnmsgThordur I. Bjornsson
2008-05-11set p_flag to 0 sooner, so we don't overwrite the thread flag. and correctlyTed Unangst
2008-05-11share signal handlers for rthreads. from philip guentherTed Unangst
2008-05-09Add SO_BINDANY socket option from BSD/OS.Markus Friedl
2008-05-08retire vn_default_error() and replace all instancesThordur I. Bjornsson
2008-05-07remove the vfc_mountroot member from vfsconf andThordur I. Bjornsson
2008-05-07check TIOCSIG for 0 and do not send that to psignal() and pgsignal()Theo de Raadt
2008-05-07Implement routing priorities. Every route inserted has a priority assignedClaudio Jeker
2008-05-06Add a PR_ZERO flag for pools, to compliment the M_ZEROThordur I. Bjornsson
2008-05-06retire vfs_mountroot();Thordur I. Bjornsson
2008-05-06Report the clock status in a signal sensor, like all other timedeltas.Marc Balmer
2008-05-06Rather than clearing particularly dangerous flags when found, justKenneth R Westerback
2008-05-05Make nmea(4) behave like the other timedelta sensors and provide aMarc Balmer
2008-05-03Introduce vop_generic_bmap(); use it where applicable.Thordur I. Bjornsson
2008-05-02Pass FORK_SHAREFILES flag in kthread_create; avoids allocating aBret Lambert
2008-05-02Make the SO_TIMESTAMP sockopt work. When set, this allows the user toChris Kuethe
2008-04-23Import MPLS (Multi Protocol Label Switching)Esben Norby
2008-04-15describe why fd passing is now so fucked up, and who's fault it isTheo de Raadt
2008-04-14garbage collect the now unused spec_ebadf();Thordur I. Bjornsson
2008-04-12remove useless defines for the vnode operations, and insteadThordur I. Bjornsson
2008-04-10scrub local stack-based buffers in the tty subsystem. tested by a lot ofTheo de Raadt
2008-04-10Make sure the fd passing code only accepts control messages without paddingMark Kettenis
2008-04-08unp_internalize() repaired wrong file structs on error. ok deraadt@, kettenis@Stefan Kempf
2008-04-08bring cloning up too date; Munge it so it will work with atleastThordur I. Bjornsson
2008-04-07Compare device names consistantly in parsedisk().Kenneth R Westerback
2008-04-06In sendit(), len should be size_t, not int. Could cause it to returnStefan Kempf
2008-04-04ratecheck(9) only seems to be used to limit things to very coarse intervalsDavid Gwynne
2008-04-02repair code which blocks passing fd's for block devices orTheo de Raadt
2008-03-31nope, sorry, the miod/naddy raidframe change breaks almost all ramdisks.Theo de Raadt
2008-03-31purge memory in the tty clist rings as we advance; tested by a fewTheo de Raadt
2008-03-31Refine "netboot" interface group semantics to indicate the interface weTheo de Raadt
2008-03-30Do not do the ``swap generic'' behaviour if rootdev != NODEV when enteringMiod Vallat
2008-03-24Make it possible to disable/enable pseudo devices in UKC, config file andMats O Jansson
2008-03-24We were led astray (like many others before us) to believe thatTheo de Raadt
2008-03-23setroot() is supposed to be safe in all cases, so kill the special casesTheo de Raadt
2008-03-23Wrong printf construct.Miod Vallat
2008-03-16regenOtto Moerbeek
2008-03-16Widen some struct statfs fields to support large filesystem stataOtto Moerbeek
2008-03-15In statclock(), fix local index type in the profiling code. AvoidsMiod Vallat
2008-03-04Do not permit insertion of a "" symbolic link translation into the pathTheo de Raadt
2008-02-21Prevent possible free list corruption when malloc(9) sleeps.Mark Kettenis