Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-28 | Correct pmap_enter() flags usage. | Miod Vallat | |
2004-11-28 | sync from libc | Michael Shalayeff | |
2004-11-28 | a tiny hppa64 bit | Michael Shalayeff | |
2004-11-28 | repair libkern support (again) and add rcsids | Michael Shalayeff | |
2004-11-28 | support for syncing into libkern; tedu@ millert@ ok | Michael Shalayeff | |
2004-11-28 | 1 inode per 8192 bytes now | Ted Unangst | |
2004-11-28 | When dhcp configuration is attempted add the network interface to a | Kenneth R Westerback | |
'dhcp' group . Present 'dhcp' as the default value for the ip address of interfaces in the 'dhcp' group, not the address the previous dhcp configuration might have obtained. Makes it 'safer' to restart installs after network configuration. Suggested by/ok mickey@, ok deraadt@, henning@. | |||
2004-11-28 | Reverse bogus sc == NULL check in CARP_LOG(), from Max Laier. | Ryan Thomas McBride | |
2004-11-28 | don't hide the process context in rf_close_component(), since we may | Pedro Martelletto | |
need it later on to do locking stuff. fixes the problem with raid reconstruction, as described in pr 3968. ok mickey@ tedu@ tdeval@ | |||
2004-11-28 | document the mountroothooks | Theo de Raadt | |
2004-11-28 | kue(4) uses loadfirmware(9), but usb threaded probing starts before | Theo de Raadt | |
root is mounted. split up kue_attach() so that if in the worst case... it knows how to defer the second part until after the filesystem is up tested by maja, idea ok from miod | |||
2004-11-28 | mountroothooks are called after the root filesystem is mounted. | Theo de Raadt | |
2004-11-28 | rev 1.74 | Brad Smith | |
Fix if_timer logic to make sure that there is always a timeout pending if there are packets queued for transmission. From FreeBSD ok deraadt@ | |||
2004-11-28 | MAXSLP is not really an MD-configurable define so move it to param.h; miod@ ↵ | Michael Shalayeff | |
testing | |||
2004-11-27 | remove the whining about missing upport for cisco's proprietary ISL | Henning Brauer | |
enacpsulation from the BUGS section. this is not a bug - if anything is a bug is it ISL itself. ISL has no relevance whatsover, even cisco itself stopped supporting it in new products years ago. millert ok | |||
2004-11-27 | use a pm_lock define instead of the long fluff | Michael Shalayeff | |
2004-11-27 | Use unsigned char for bytes that are fed to isxxx() functions, to improve | Otto Moerbeek | |
portability. Spotted by YAMAMOTO Takashi. ok millert@ | |||
2004-11-27 | Fix for building in another directory using config -s. ok deraadt@, miod@. | Matthieu Herrb | |
2004-11-27 | tweak very verbose output. | Marc Espie | |
2004-11-27 | introduce pffinddomain(), to find a domain by family. | Patrick Latifi | |
while here, fix some spacing, ansi, de-register, etc. mostly from netbsd tested & ok otto millert | |||
2004-11-27 | In pmap_bootstrap(), replace PMAP_MD_RWZERO, which would leave the lowest | Miod Vallat | |
page writeable, with PMAP_MD_RWLOW, which tells how many pages have to be left writeable on low addresses, since the mac rom needs more than one. This lets non-DDB mac68k kernels run. No change on non-mac68k platforms. | |||
2004-11-27 | if the package is already installed, check whether updating it makes sense: | Marc Espie | |
look at the context in which both packages were built. If dependencies differ, then this is a sensible update. While we're there, try harder to build a conflict list for .libs-* packages. | |||
2004-11-27 | record sample/extra directories if !extra, so that SharedItems won't warn | Marc Espie | |
if those directories are not empty... | |||
2004-11-27 | be verbose if !extra, tell user what they should do manually. | Marc Espie | |
2004-11-27 | document WANTLIB | Marc Espie | |
2004-11-27 | KNF, ANSI, cleanup. No binary change. | Alexander Yurchenko | |
2004-11-27 | proper prototypes for some functions that were missing them; ok deraadt dhartmei | Peter Valchev | |
2004-11-26 | Grammo ok many. | Marco Peereboom | |
2004-11-26 | sync | Theo de Raadt | |
2004-11-26 | Kill __HAVE_EVCOUNT, now that all architectures provide them. | Miod Vallat | |
2004-11-26 | More interrupt system cleaning and homogenization: | Miod Vallat | |
- switch all interrupt functions to an int (*)(void *) prototype. - do not register dummy functions for all unhandled interrupts, instead let the dispatchers cope with NULL. - add evcount interrupt counters. | |||
2004-11-26 | Fix the getdirentries() loop memory handling and EOF detection. | Otto Moerbeek | |
Also fix typo in sizeof. Problem spotted by YAMAMOTO Takashi; this diff joint work with millert@ ok millert@ | |||
2004-11-26 | implement net.key.v2.sadb_dump.{unspec,esp,ah,...} sysctl subtree | Markus Friedl | |
and use sysctl for 'ipsecadm show'; ok deraadt | |||
2004-11-26 | Rewrite the internals of the file management code so that we do not keep | Jean-Francois Brousseau | |
a full path to each file we load, and cache file names so we can have multiple references to a single name. This saves a lot of memory on large trees such as /usr/src, especially on 'Makefile', 'README' and such. | |||
2004-11-26 | Cleanup, document .cvsrc and -f a bit more, and add checkout to the | Jean-Francois Brousseau | |
list of commands | |||
2004-11-26 | Match more closely the data sent by GNU CVS when dealing with multiple | Jean-Francois Brousseau | |
modules. Our checkout command can now perform the checkout of several modules at once. | |||
2004-11-26 | An introduction man page on how to use OpenCVS to manage CVS repositories | Jean-Francois Brousseau | |
2004-11-26 | struct cvs_file -> CVSFILE | Jean-Francois Brousseau | |
2004-11-26 | document /etc/{firmware,fonts,hotplug} | Jason McIntyre | |
2004-11-26 | better kerberos/gssapi references; | Jason McIntyre | |
2004-11-26 | add pfkey sysctl subtree; ok deraadt | Markus Friedl | |
2004-11-26 | install more manpages: gssapi(3), gss_acquire_cred(3), kerberos(8), | Bjorn Sandell | |
krb5(3) and krb5_ccache(3) ok deraadt@ | |||
2004-11-26 | fix typo; from heimdal cvs | Bjorn Sandell | |
ok deraadt@ | |||
2004-11-25 | fix on alpha. the lack of BWX by default, and assumptions of alignment | Theo de Raadt | |
keep biting us hard for structures that happen to have been plopped at unaligned objects. terrible decisions made at DEC ages ago, and compounded by terrible gcc decisions cause us to make workarounds all the time. showed by markus, found by David Berghoff | |||
2004-11-25 | leak; from mpech | Markus Friedl | |
2004-11-25 | crank ramdisk filesystem slightly to cope with firmwares inside the filesystem | Theo de Raadt | |
2004-11-25 | resolve conflict between M_TUNNEL and M_ANYCAST6, remove M_COMP (it's | Markus Friedl | |
only set and never read), update documentation; ok fgsch, deraadt, millert | |||
2004-11-25 | use ttl from setsockopt(), similar to bsd/os; ok henning, mcbride, fgsch | Markus Friedl | |
2004-11-25 | remove special handling of PF_KEY in net_sysctl; ok deraadt | Markus Friedl | |
2004-11-25 | off by one in err() | Markus Friedl | |