summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-15dhcpd actually does not listen on port 68 ...Henning Brauer
2004-04-15knf + ansiHans-Joerg Hoexer
ok henning@
2004-04-15cleaning; from pedroHenning Brauer
2004-04-15knf + ansiHans-Joerg Hoexer
ok henning@
2004-04-15chroot and drop privileges to _mopd:_mopd after initialization.Henning Brauer
testing and ok hshoexer@
2004-04-15Since *ramread and *ramwrite are the same code, really, factorize them a laMiod Vallat
memread/memwrite.
2004-04-15Remove more dead code.Miod Vallat
2004-04-15Fix incorrect error message (rx dma map, not tx).Ryan Thomas McBride
2004-04-15more knf; ok hshoexerTheo de Raadt
2004-04-15various improvements to lists and displays:Jason McIntyre
.Pp removal -compact removal for displays other list/display errors
2004-04-15knfTheo de Raadt
2004-04-15partial move to KNF. More to come. This has happened because thereTheo de Raadt
are a raft of source code auditors who are willing to help improve this code only if this is done, and hey, isakmpd does need our standard auditing process. ok ho hshoexer
2004-04-15Prevent another instance of syslogd from unlinking log sockets thatTodd C. Miller
are already in use. Found by mpech@, OK deraadt@
2004-04-15connect(2) can set errno = EPROTOTYPE for unix domain sockets. OK jmc@Todd C. Miller
2004-04-15constify baud rate to hardware parameters structures.Miod Vallat
2004-04-15Nuke unneeded definitions.Miod Vallat
2004-04-15Unbreak INET6less kernels.Alexander Yurchenko
ok markus
2004-04-15more AUTHORS update;Jason McIntyre
ok henning@
2004-04-15regenMichael Shalayeff
2004-04-15a plessey phy as found on some pnicsMichael Shalayeff
2004-04-15Remove orphaned CLCD_DO_POLLED_INPUT code.Miod Vallat
2004-04-15user bus_dmamap_load_mbuf and set rcvif on receiveMichael Shalayeff
2004-04-15- trim/update AUTHORSJason McIntyre
- standard options list and correct SYNOPSIS for dhcpd(8) - sync usage() ok henning@
2004-04-15typos from Jared Yanovich;Jason McIntyre
2004-04-15allow TCP packet with IPv4 option (we have been dropping these).Jun-ichiro itojun Hagino
simplify some of the codepath by using IP6_EXTHDR_GET. markus ok
2004-04-15use the shiny new _PATH_VAREMPTYHenning Brauer
2004-04-15spacesTheo de Raadt
2004-04-15new world order for emulations. adjust, and become more robust.Ted Unangst
testing ok deraadt@
2004-04-15rework access to emulations slightly in an effort to both merge andTed Unangst
separate exec format from emulation. consistent naming of freebsd emuls. not much in the way of functional changes yet. testing and ok deraadt@ and others along the way.
2004-04-15Fix urio(4) entry, MAKEDEV was correct already; ok deraadtPeter Valchev
2004-04-14user/group _mopd for, well, mopd. theo okHenning Brauer
2004-04-14correct umidi(4) entry; ok deraadtPeter Valchev
2004-04-14Way too much include files here...Miod Vallat
2004-04-14If resetting a MVME188 which is not system controller, only trigger a localMiod Vallat
reset.
2004-04-14After enough checks on real hardware, it turns out the documentation is wrong,Miod Vallat
for once - SCON in GLOBAL1 on MVME188 is an SCON*, thus low if the board is the system controller.
2004-04-14rework USB section - enable all supported devices, shift/add coments to ↵Peter Valchev
others; ok deraadt
2004-04-14Correctly register syscon interrupt handlers.Miod Vallat
2004-04-14remove an extra occurence of the word `succeeds'Jean-Francois Brousseau
ok jmc@
2004-04-14make it compileMichael Shalayeff
2004-04-14Pass the job name to the input filter via the -j flag. Some filtersTodd C. Miller
(like foomatic) expect to be able to pass information from lpr via the job name. OK beck@
2004-04-14syn_cache_get: send RST instead of RST+ACK in response to ACK; ok deraadtMarkus Friedl
2004-04-14enable all USB devices for which we have support in the tree; ok deraadt@Christian Weisgerber
2004-04-144000 lines worth of cleanup, KNF, Knall&Rauch elemination and suchHenning Brauer
tested by hshoexer, "don't wait for me" miod@
2004-04-14get rif of the few dmalloc/dfree occurances that were leftHenning Brauer
2004-04-14Nuke getdevunit(), nothing uses it.Miod Vallat
2004-04-14Get the right address for the BusSwitch external cache control register.Miod Vallat
2004-04-14When trying to program tho 88410, be sure to unmask both flash banksMiod Vallat
(as advertized in the comments...)
2004-04-14turns out more is obsolete nowHenning Brauer
inspired by diff from Emil Mikulic <emikulic@dmr.ath.cx>
2004-04-14prototypes fixupHenning Brauer
2004-04-14simpler ipsp_aux_match() API; ok henning, hshoexerMarkus Friedl