Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-29 | sync | Alexander Yurchenko | |
2004-11-29 | CSR BlueCore, from anil. | Alexander Yurchenko | |
2004-11-29 | Use volatile sig_atomic_t rather than int for sigtermed, from pjanzen@ | Jonathan Gray | |
ok miod@, otto@ | |||
2004-11-29 | ansi. ok deraadt@ | Jonathan Gray | |
2004-11-29 | Some small fixes from moritz@jodeit.org. ok deraadt@ | Damien Miller | |
2004-11-29 | From FreeBSD: Correct URL of the programming manual. | Jonathan Gray | |
2004-11-29 | Spell precede correctly. | Jonathan Gray | |
'looks fine' millert@, krw@. ok jmc@ | |||
2004-11-29 | put text after #endif in comment (compile w/ gcc3) | Peter Valchev | |
2004-11-29 | missing full stop; | Jason McIntyre | |
2004-11-28 | In kernel pppoe client, a simple IPv4 only implementation. | Can Erkin Acar | |
Initial porting from NetBSD by David Berghoff. Modified/simplified to match our sppp implementation. ok deraadt@ | |||
2004-11-28 | logging fixes: | Henning Brauer | |
-don't prefix ftpd: in syslog(), it does that for us -replace a bad (too late) err() by syslog + exit from moritz | |||
2004-11-28 | remove .Xr to self in SEE ALSO; | Jason McIntyre | |
2004-11-28 | sort SEE ALSO; | Jason McIntyre | |
2004-11-28 | use gettimeofday() instead of time() in functions called from signal ↵ | Theo de Raadt | |
handlers; henning ok | |||
2004-11-28 | slave_pid -1 by default, not 0, and reset to -1 when it goes away, with theo | Henning Brauer | |
2004-11-28 | bump version | Henning Brauer | |
2004-11-28 | remove no longer appropriate bugs section | Henning Brauer | |
2004-11-28 | fix ttyline setting, fixes proctitle. | Henning Brauer | |
notice independently by theo and pval, fix from moritz jodeit | |||
2004-11-28 | sync | Peter Valchev | |
2004-11-28 | garmin palm device; from openbsd@st.thrush.com | Peter Valchev | |
2004-11-28 | privilege seperate ftpd | Henning Brauer | |
handle the pre-authentication phase (minus a tiny tiny tiny amount of code after accept()) in an unprivileged process, asking the privileged monitor for help where needed. work by Moritz Jodeit <moritz@jodeit.org> with help from theo and me tests theo ian@ matthieu@ ben@networkinsanity.com a.schlichting@lemarit.com | |||
2004-11-28 | sync | Theo de Raadt | |
2004-11-28 | Prevent ADB devices other than mices of generating "extended" protocol events. | Matthieu Herrb | |
This fixes a problem with some iBooks were the touchpad generates a button6 event everytime the pad is touched. Based on my observations and a similar patch from Aymeric Vincent for NetBSD. Enhancements and ok miod@ | |||
2004-11-28 | make sure va_end() is always called in all possible paths | Patrick Latifi | |
ok jfb | |||
2004-11-28 | Stop looking at intrcnt[] for vmstat -i; this means vmstat -i only works | Miod Vallat | |
on live kernels now, though. ok deraadt@ | |||
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 | |