Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-26 | some unneeded #includes; ok claudio@ | Kevin Steves | |
2005-10-26 | Sync mygate handling with latest netstart changes so upgrades work. | Kenneth R Westerback | |
2005-10-25 | zap 229 (frantisek holop) | Marc Espie | |
2005-10-25 | Make ffs_fserr() a macro, okay deraadt@ | Pedro Martelletto | |
2005-10-25 | 0) ospfctl doesn't use ospfd.conf so remove that from FILES | Kevin 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-25 | Correctly remove elements from a pagedep dirrem list. | Pedro Martelletto | |
Issued noted and fix okay'd by otto@. | |||
2005-10-25 | some small improvements; | Jason McIntyre | |
2005-10-25 | sort options; | Jason McIntyre | |
2005-10-25 | describe interoperation with `rtsol' directive in hostname.if files; | Jason McIntyre | |
ok todd@ | |||
2005-10-25 | kill unused definition, okay krw@, millert@ | Pedro Martelletto | |
2005-10-25 | minor knf; | Xavier Santolaria | |
2005-10-25 | nuke 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-25 | missed that in previous commit; | Xavier Santolaria | |
2005-10-25 | dont' -> don't in comments; | Jason McIntyre | |
from ray lai; | |||
2005-10-25 | re-enable IPv6 on the macppc RAMDISK. | Brad Smith | |
ok deraadt@ | |||
2005-10-25 | better 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-25 | some small knf, ok ho@ | Hans-Joerg Hoexer | |
2005-10-25 | put HISTORY section in the right place; | Jason McIntyre | |
2005-10-25 | mtag in pf_route is now only used for IPSEC, so #ifdef it | Henning Brauer | |
From: Mike Belopuhov <mkb@crypt.org.ru> | |||
2005-10-25 | Do not send a message when no transport is available. | Hans-Joerg Hoexer | |
ok cloder ho | |||
2005-10-25 | Make set_common_sockopts() a void since it doesn't return anything anyway. | Darren Tucker | |
Makes netcat -Wall clean. ok djm@ | |||
2005-10-25 | Some uvm problem is being exposed with the more strict macros. Revert until | Otto Moerbeek | |
we've found out what's causing the panics. | |||
2005-10-25 | Add a -T option to nc to allow setting of IP type-of-service bits on | Darren Tucker | |
connections. Man page corrections jmc@, code corrections and ok djm@ | |||
2005-10-24 | delete more EFAULT stupidity | Theo de Raadt | |
2005-10-24 | add Intel 6300ESB | Brad Smith | |
Thanks to Sébastien Taylor <staylor at gridworx dot ca> for testing. | |||
2005-10-24 | Revamp 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-24 | Partly backout. NOLIST, used in LISTs is probably interfering. requested by | Otto Moerbeek | |
deraadt@ | |||
2005-10-24 | Conditionalize singler-step code on PTRACE. | Mark Kettenis | |
ok miod@ | |||
2005-10-24 | Factorize db_interface code between luna88k and mvme88k, removing dead code | Miod 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. | |||
2005-10-24 | Mach-macro free | Martin Reindl | |
2005-10-24 | Remove panic if polling thread can not be created. | Marco Peereboom | |
ok jordan@ | |||
2005-10-24 | output tweaks; | Xavier Santolaria | |
2005-10-24 | don't touch via 8237 for now, until it is fixed. | Henning Brauer | |
what mickey committed is obviosuly NOT what I tested, since that worked. | |||
2005-10-24 | first bits for RCS intro; input/ok jmc, "fine" joris. | Xavier Santolaria | |
more to come ... | |||
2005-10-24 | .Xr rcsmerge(1); | Xavier Santolaria | |
2005-10-24 | Remove redundant duplicate packet length check. | Ryan Thomas McBride | |
ok mpf@ | |||
2005-10-24 | fix compilation for KGDB; looked by miod@. | Federico G. Schwindt | |
2005-10-24 | more robust deletion: rebuild item from file system instead of using | Marc Espie | |
computed state information, for storage in partial package. | |||
2005-10-24 | use a visitor('prepare_for_deletion') to validate plist for removal, | Marc Espie | |
so that we can put more checks earlier... | |||
2005-10-24 | factor out a bit of code, and be more aware of symlinks. | Marc Espie | |
2005-10-24 | filter out .libs-* later, so that compute_closures() packages do not | Marc Espie | |
get involved. | |||
2005-10-24 | do not try to find a match for .libs-* packages. | Marc Espie | |
2005-10-24 | change read/write callbacks to use a void * instead of struct rtw_regs. | Reyk Floeter | |
why? rtw uses the smc93cx6 EEPROM and a separate diff will allow accessing it without depending on the bus_space_* functions. this is required for the RTL8187L. discussed with jsg@ | |||
2005-10-24 | two sc_anaparm registers | Reyk Floeter | |
2005-10-24 | fix RTW_DEBUG | Reyk Floeter | |
2005-10-24 | change RTW_ANAPARM to RTW_ANAPARM_0 for consistency with the rtl8225 code. | Reyk Floeter | |
ok jsg@ | |||
2005-10-24 | - remove some redundnt checks before pci_mapreg_map() | Brad Smith | |
- iosize -> size | |||
2005-10-24 | add a comma here. | Brad Smith | |