Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-08 | move MI definition of rd into it's MI place also fixing | Michael Shalayeff | |
attributes, allowing kernels to exist w/ rd as the only disk device. tested on a few archs; niels@ & millert@ ok | |||
1999-11-07 | warn if announced size of modulus 'n' != real size | Markus Friedl | |
1999-11-07 | regen. | Federico G. Schwindt | |
1999-11-07 | sigh, tag shouldn't be a comment in *devs. | Federico G. Schwindt | |
1999-11-07 | sync with NetBSD. | Federico G. Schwindt | |
1999-11-07 | regen. | Federico G. Schwindt | |
1999-11-07 | oops. add OpenBSD tag. | Federico G. Schwindt | |
1999-11-07 | New devices. | Federico G. Schwindt | |
1999-11-07 | sync | Theo de Raadt | |
1999-11-07 | add APM powerhooks. | Niels Provos | |
from NetBSD, Sat Jun 26 08:25:25 1999 UTC by augustss: Add powerhooks, i.e., the ability to register a function that will be called when the machine does a suspend or resume. XXX Will go away when Jason's kevents come to life. | |||
1999-11-07 | compress_log() now needs to check for noaction != 0 | Todd C. Miller | |
1999-11-07 | Don't send a HUP or compress the log files until _everything_ has been | Todd C. Miller | |
rotated. Fixes a race condition between syslogd and newsyslog whereby syslogd could be reinitializing (due to SIGHUP) while newsyslog was rotating the next log file. | |||
1999-11-07 | o Some KNF + consistent indentation for readability | Todd C. Miller | |
o When pid file cannot be opened give a sensible warning o Use fchmod when we can o Check more return values o Use uid_t/gid_t when sensible o When computing kbytes from blocks do so in such a way that is not likely to cause wrap. o Sanity check path lengths to avoid chance of oflow | |||
1999-11-06 | make ramdiskB fit | Theo de Raadt | |
1999-11-06 | Back out version 1.21 since it breaks age rotation. | Todd C. Miller | |
1999-11-06 | back out unwanted private change | Todd C. Miller | |
1999-11-06 | Use fchmod instead of chmod and open() instead of creat(). | Todd C. Miller | |
1999-11-06 | Document a few of the problems I've found while revamping make. | Marc Espie | |
Temporary solution, until Todd or somebody else *finally* starts reviewing the first patches of the 20,000 lines diff I currently have... | |||
1999-11-06 | Bug-fix: when expanding a specific variable v in $A, | Marc Espie | |
check that v is PRECISELY A. Other BSDs, take notice. | |||
1999-11-06 | Change Cd to openbsd syntax. | Federico G. Schwindt | |
1999-11-06 | move sea* to RAMDISKB | Theo de Raadt | |
1999-11-06 | sync | Theo de Raadt | |
1999-11-06 | I shortened these names ON PURPOSE. Do NOT make them long again! | Theo de Raadt | |
1999-11-05 | MACHINE_NEW_NONCONTIG is now default even without uvm. | Artur Grabowski | |
1999-11-05 | Since we no longer allocate the iommu page tables in pmap_bootstrap, we can | Artur Grabowski | |
remove unavail_{start,end} and simplify the code in pmap_page_upload. | |||
1999-11-05 | Move the allocation of iomme ptes to iommuattach (where it belongs). | Artur Grabowski | |
1999-11-05 | ite screen blanker, set to 10 minutes by default. | Marc Espie | |
(niklas@ finally looked at the code) | |||
1999-11-05 | remove some #if 0 code that will never be enabled anyway | Artur Grabowski | |
1999-11-05 | clear buffers used for encryption. ok: niels@ | Markus Friedl | |
1999-11-05 | Commit to pcmciadevs (or any other *devs) should be done in two steps, | Federico G. Schwindt | |
so the .h file always has the same revision number. Regen. | |||
1999-11-05 | Add BayStack 650 FH 802.11 (from NetBSD) | Angelos D. Keromytis | |
1999-11-05 | Fix ata_get_params on big endian platforms. | Constantine Sapuntzakis | |
We have diverged from NetBSD in that wdc_exec_xfer no longer automatically swaps. | |||
1999-11-05 | use wdc_input_bytes and wdc_output_bytes | Constantine Sapuntzakis | |
1999-11-05 | The default network name is not "ANY", it's the empty string. I've | Angelos D. Keromytis | |
noticed that through personal use, double checked with NetBSD if_wireg.h | |||
1999-11-05 | Remove bogus reference to the "ANY" network string. Only the empty | Angelos D. Keromytis | |
string is a wildcard. | |||
1999-11-05 | s/memset/bzero/; art@ ok | Michael Shalayeff | |
1999-11-05 | more stack direction fixes; art@ ok | Michael Shalayeff | |
1999-11-05 | Formatting. | Angelos D. Keromytis | |
1999-11-05 | Add a sample application as a usage guide, minor manpage correction. | Angelos D. Keromytis | |
1999-11-04 | Make sure bus mastering is enabled, from freebsd if_de.c | Chris Cappuccio | |
1999-11-04 | Support IPsec bypass flows. (ok angelos@, niklas@) | Hakan Olsson | |
1999-11-04 | Bypass flows can be flushed. | Hakan Olsson | |
(btw, all IPsec bypass flow and gettdb()/spltdb() stuff ok niklas@, angelos@) | |||
1999-11-04 | Add comment about gettdb() and spl level. | Hakan Olsson | |
1999-11-04 | gettdb() should be at spltdb(). | Hakan Olsson | |
1999-11-04 | pfkeyv2 aquire should not happen when bypassing IPsec. Add missing splx(). | Hakan Olsson | |
1999-11-04 | Add tdb for IPsec bypass flows. gettdb() should be called at spltdb(). | Hakan Olsson | |
1999-11-04 | New SADB_SATYPE, IPsec bypass tdb. | Hakan Olsson | |
1999-11-04 | Do a little preprocessing on the incoming mbuf: set the MCAST/BCAST m_flag | Jason Wright | |
as appropriate | |||
1999-11-04 | allow 'enc' interfaces to be bridge members | Jason Wright | |
check to make sure rx'd packets aren't from any of our interfaces fix some bogus comments | |||
1999-11-03 | don't send fail-msg but disconnect if too many authentication failures | Markus Friedl | |