summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-26syncTheo de Raadt
2005-10-26new digi puc; bsw71@mail.ruTheo de Raadt
2005-10-263rd arg to F_GETFL fcntl doesn't need to be a pointer, 0 is fine.Todd C. Miller
2005-10-26regenBrad Smith
2005-10-26add Compaq iLO controllersBrad Smith
2005-10-26put the 100% right r1.79 back in, that is still as right as it was the firstHenning Brauer
time. dale just had the same problem and made me look again.
2005-10-26clarify the description of the ci(1) command behaviour aboutXavier Santolaria
file description and log entries.
2005-10-26dupe name; miod@ confirmedMichael Shalayeff
2005-10-26clarifications from ray lai;Jason McIntyre
tweaked by tedu@ and myself;
2005-10-26text correction + a little more detail;Jason McIntyre
from izumi tsutsui (.Nx); ok mickey@
2005-10-26better description of -F and FILES;Jason McIntyre
2005-10-26document interaction with hostname.if(5);Jason McIntyre
help/ok todd@
2005-10-26correct -R behaviour;Xavier Santolaria
2005-10-26add checks in skip for walking off the file.Marc Espie
use cleaner code for reading headers.
2005-10-26minor clean-up, unhardcode test for type, use a table instead.Marc Espie
2005-10-26Adapt art(4) to the new link state handling done by sppp(4).Claudio Jeker
Now blinkenlights realy work like a charm -- OK cHDLC reports always linkstate active but that is a problem inside sppp(4).
2005-10-26install ident and rlog too; joris okXavier Santolaria
2005-10-26Instead of using arc4random() to modulate the TCP isn, call tcp_rndiss_next()Ryan Thomas McBride
and calculate the modulator. This ensures that modulated initial sequence numbers have the same properties regarding separation and non-repetition as those generated by our TCP stack. ok markus@ frantzen@
2005-10-26typoMichael Shalayeff
2005-10-26some unneeded #includes; ok claudio@Kevin Steves
2005-10-26Sync mygate handling with latest netstart changes so upgrades work.Kenneth R Westerback
2005-10-25zap 229 (frantisek holop)Marc Espie
2005-10-25Make ffs_fserr() a macro, okay deraadt@Pedro Martelletto
2005-10-250) ospfctl doesn't use ospfd.conf so remove that from FILESKevin Steves
1) add /var/run/ospfd.sock to ospfd and ospfctl FILES 2) add .Xr ospfd.conf 5 to ospfctl SEE ALSO ok claudio@ jmc@
2005-10-25Correctly remove elements from a pagedep dirrem list.Pedro Martelletto
Issued noted and fix okay'd by otto@.
2005-10-25some small improvements;Jason McIntyre
2005-10-25sort options;Jason McIntyre
2005-10-25describe interoperation with `rtsol' directive in hostname.if files;Jason McIntyre
ok todd@
2005-10-25kill unused definition, okay krw@, millert@Pedro Martelletto
2005-10-25minor knf;Xavier Santolaria
2005-10-25nuke trailing whitespaces;Xavier Santolaria
2005-10-25-T here too;Xavier Santolaria
2005-10-25-T is kept for compatibility with other RCS commands here too;Xavier Santolaria
2005-10-25missed that in previous commit;Xavier Santolaria
2005-10-25dont' -> don't in comments;Jason McIntyre
from ray lai;
2005-10-25re-enable IPv6 on the macppc RAMDISK.Brad Smith
ok deraadt@
2005-10-25better logic from krw@:Todd T. Fries
- do not process mygate for v4 if dhcp - do not process mygate for v6 if rtsol this also makes the mygate processing logic more readable ok krw@
2005-10-25some small knf, ok ho@Hans-Joerg Hoexer
2005-10-25put HISTORY section in the right place;Jason McIntyre
2005-10-25mtag in pf_route is now only used for IPSEC, so #ifdef itHenning Brauer
From: Mike Belopuhov <mkb@crypt.org.ru>
2005-10-25Do not send a message when no transport is available.Hans-Joerg Hoexer
ok cloder ho
2005-10-25Make set_common_sockopts() a void since it doesn't return anything anyway.Darren Tucker
Makes netcat -Wall clean. ok djm@
2005-10-25Some uvm problem is being exposed with the more strict macros. Revert untilOtto Moerbeek
we've found out what's causing the panics.
2005-10-25Add a -T option to nc to allow setting of IP type-of-service bits onDarren Tucker
connections. Man page corrections jmc@, code corrections and ok djm@
2005-10-24delete more EFAULT stupidityTheo de Raadt
2005-10-24add Intel 6300ESBBrad Smith
Thanks to Sébastien Taylor <staylor at gridworx dot ca> for testing.
2005-10-24Revamp interrupt handling in em(4) driver:Brad Smith
o Do not mask the RX overrun interrupt. o Rewrite em_intr(): - Axe EM_MAX_INTR. - Cycle acknowledging interrupts and processing packets until zero interrupt cause register is read. - If RX overrun comes in log this fact. From glebius FreeBSD ok krw@ beck@
2005-10-24Partly backout. NOLIST, used in LISTs is probably interfering. requested byOtto Moerbeek
deraadt@
2005-10-24Conditionalize singler-step code on PTRACE.Mark Kettenis
ok miod@
2005-10-24Factorize db_interface code between luna88k and mvme88k, removing dead codeMiod Vallat
in the process; the arch-agnostic code keeps the ability for a specific machine to define its own machine commands, such as "machine prom" for mvme88k, in addition to the ``regular'' m88k machine commands.