summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-05-12fix up locking and some issues with union. derived from netbsdTed Unangst
2003-05-12new files for layer fs if nullfs | umapfsTed Unangst
2003-05-12{null,umap}_v* are now named after the file system option:Ted Unangst
2003-05-12replaced by layer_subr.cTed Unangst
2003-05-12umapfs uses the new layer stuff now too.Ted Unangst
2003-05-12most of the fixes for nullfs. use the new common layer stuff in genfs.Ted Unangst
2003-05-12new files to support layered file systems. to be used in a bit.Ted Unangst
2003-05-12use new display types; ok miodJason Wright
2003-05-12sho proc [addr] to print some proc's field; art@ okMichael Shalayeff
2003-05-12use new display typesJason Wright
2003-05-12Initial work to bring this driver in par with other sparc frame buffers:Miod Vallat
2003-05-12strlcpy; tedu okTheo de Raadt
2003-05-12Reorder IPv6 address comparisons to check the least significant partsRyan Thomas McBride
2003-05-12Correctness nit. Initialise state search trees properly.Ryan Thomas McBride
2003-05-12warn on right symbols, oopsTheo de Raadt
2003-05-12Enable Intrepid's mac-io match.Thierry Deval
2003-05-12syncThierry Deval
2003-05-12Intrepid USBThierry Deval
2003-05-12kill another common; drahn okJason Wright
2003-05-12add a few more trap typesJason Wright
2003-05-12Adaptive timeout value scaling. Allows to reduce timeout values as theDaniel Hartmeier
2003-05-12ansiHenning Brauer
2003-05-12Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)Jason Wright
2003-05-12missing includeHenning Brauer
2003-05-11nuke another common: want_reschedJason Wright
2003-05-11nuke common: physmemJason Wright
2003-05-11the start of stateful TCP scrubbing. dynamically determine the highest TTL ofMike Frantzen
2003-05-11don't run off end of strings and use bad pointersMarcus Watts
2003-05-11syncTheo de Raadt
2003-05-11finish compat swapon cleanupTheo de Raadt
2003-05-11string cleaning; krw okTheo de Raadt
2003-05-11nuke debugging stuffJason Wright
2003-05-11CNET CNF301, Lucas Maneos <openbsd@subs.maneos.org>Henning Brauer
2003-05-11syncHenning Brauer
2003-05-11CNet CNF301, Lucas Maneos <openbsd@subs.maneos.org>Henning Brauer
2003-05-11remove two remnants of an imaginary in-kernel AFS supportTed Unangst
2003-05-11get the offset of the config space correct, now to figure out why the rtc is ...Jason Wright
2003-05-11revert part of previous. if mfs gets a signal, it doesn't attempt toTed Unangst
2003-05-11check done for NULL before dereferencing. ok drahn@Ted Unangst
2003-05-11use LK_EXCLUSIVE like all other file systems.Ted Unangst
2003-05-11Use sizeof(struct icmp6_hdr) instead of ICMP_MINLEN for IPv6, both areDaniel Hartmeier
2003-05-10Pass ICMP error messages referring to non-TCP/UDP/ICMP packets statefully,Daniel Hartmeier
2003-05-10Support return-icmp for 'other' protocols (non-TCP/UDP/ICMP), for instanceDaniel Hartmeier
2003-05-10"enought to" -> "enough to" comment typoDaniel Hartmeier
2003-05-10Prepare pf_change_icmp() for parameter ip == NULL use.Daniel Hartmeier
2003-05-10warn for strcpy|strcat|sprintf|vsprintf; ok art dhartmei pval, and either hen...Theo de Raadt
2003-05-10string cleaning; ok beck dhartmeiTheo de Raadt
2003-05-10Make the HAVE_FONT logic work correctly when user requests FONT_BOLD8x16Miod Vallat
2003-05-10RegenMiod Vallat
2003-05-10Deprecate the swapon system call and move it to COMPAT_25 land, since swapctlMiod Vallat