summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-01-06protect output from %union from being anonymous using cpp guarding, forTheo de Raadt
2004-01-06keep track of a vnode's parent dir. ufs only, and unused atm, butTed Unangst
2004-01-06lock filedesc before manipulating. avoids some rare races.Ted Unangst
2004-01-062004Henning Brauer
2004-01-06small typos fixed.Hans-Joerg Hoexer
2004-01-06Remove redundant test for file types. Noted by Stefan Paletta.Hans-Joerg Hoexer
2004-01-05stop ifc_destroy() if there are still knotes registered.Marco Pfatschbacher
2004-01-05Big overhaul of the mrt code.Claudio Jeker
2004-01-05fix commentsClaudio Jeker
2004-01-05Mention 8 tty on M8120 here too.Miod Vallat
2004-01-05few off by ones in strlcpy overflow check; Patrick LatifiHenning Brauer
2004-01-05make these refer to sysctl(8), not (3), for consistency;Jason McIntyre
2004-01-05man tweaks; ok markus@Jason McIntyre
2004-01-05wording improvemements;Jason McIntyre
2004-01-05add -F to usage()Jun-ichiro itojun Hagino
2004-01-05add -F option, which sets sysctl(8) variables rather than warn(3) about theJun-ichiro itojun Hagino
2004-01-05do correctly.. sighTheo de Raadt
2004-01-05add nsclpcsio and format..Theo de Raadt
2004-01-05National LPC SIO monitorMarkus Friedl
2004-01-05Regen (M8120 tty04-tty07 support).Miod Vallat
2004-01-05Handle tty04-tty07 for M8120Miod Vallat
2004-01-05Support for the second set of serial ports on the M8120 (untested)Miod Vallat
2004-01-05Stop masquerading the M8120 (no-slot MVME187) as a real MVME187, and keepMiod Vallat
2004-01-05regress test for kqueue+EOF; marius aamodt eriksenMarkus Friedl
2004-01-05support NOTE_EOF; from marius aamodt eriksen; ok tedu, millertMarkus Friedl
2004-01-05missing fclose()Henning Brauer
2004-01-05correctly handle SIGCHLD.Henning Brauer
2004-01-05remove support for reading configuration from stdin.Henning Brauer
2004-01-05fix off by ones with strlcpy()Henning Brauer
2004-01-050 -> (void *)NULL for last argument of icmp_error(), which is of typeDaniel Hartmeier
2004-01-05waitpid's return is a pid_tHenning Brauer
2004-01-05temp/volt sensor for NS PC87366 LPC Super I/O; based on netbsd version; ok de...Markus Friedl
2004-01-05kill debugging code that is not needed anymoreMichael Shalayeff
2004-01-05add support for couple/decoupleHenning Brauer
2004-01-05allow fib couple/decouple based on an imsg received on the control socketHenning Brauer
2004-01-05protect against trying to couple when we're already coupled to the fib,Henning Brauer
2004-01-05libstdc++-v3 -> libstdc++Marc Espie
2004-01-05make sure libstdc++ doesn't get rebuilt all the time.Marc Espie
2004-01-05deal with the usual libtool nonsense crap.Marc Espie
2004-01-05use installed compiler for testsMarc Espie
2004-01-05point other srcdirs to variable locations, so that Makefile.bsd-wrapperMarc Espie
2004-01-05adjust version for soname.Marc Espie
2004-01-05single out include dir so that we can do `make includes' fromMarc Espie
2004-01-05basic infrastructure for OpenBSDMarc Espie
2004-01-05standard C++ library for gcc 3.xMarc Espie
2004-01-050K == -273.15C and sync computation with drivers; ok grangeMarkus Friedl
2004-01-05Repair my merging error, simplify DIOCCLRSTATUS code. ok dhartmei@Cedric Berger
2004-01-05Repair merge errors. Thanks Pyun YongHyeon, Sorry Henning :)Cedric Berger
2004-01-05.Xr bgpctlHenning Brauer
2004-01-05typos from Jared Yanovich;Jason McIntyre