Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-14 | make more clear that the NTP question is not a three way yes/no | Otto Moerbeek | |
question; ok deraadt@ | |||
2007-12-13 | Garbage collect nfsdmap and leftover code. That structure | Thordur I. Bjornsson | |
was used as a part of the "old-style directory caching" that was removed in 2001; ok beck@, blambert@ | |||
2007-12-13 | more str fixes; from chl@ | Jakob Schlyter | |
2007-12-13 | str fixes; from chl@ | Jakob Schlyter | |
2007-12-13 | str fixes; from chl@ | Jakob Schlyter | |
2007-12-13 | Add missing license. This file is 4.4BSD-derived with WIDE changes. | Todd C. Miller | |
OK deraadt@ | |||
2007-12-13 | the mib[] array will be modified by sysctl_inet, move the *CTL_STATS | Reyk Floeter | |
checks after the call for this function. now it works (again) to skip printing the ip/tcp/udp/icmp stats in sysctl output, use netstat instead. | |||
2007-12-13 | implement sysctls to report IP, TCP, UDP, and ICMP statistics and | Reyk Floeter | |
change netstat to use them instead of accessing kvm for it. more protocols will be added later. discussed with deraadt@ claudio@ gilles@ ok deraadt@ | |||
2007-12-13 | Sync with the mvme188 codebase, various tweaks from the last 18 months which | Miod Vallat | |
had not been reported to aviion. | |||
2007-12-13 | Disable write posting, this does not work on BusSwitch revision #1. The BUG | Miod Vallat | |
should do this for us, but better play safe. | |||
2007-12-13 | convert massive (expanded to 150+ lines) nfsm_v3attr macro to a function | Bret Lambert | |
shaves an insane (~8K) amount from an i386 kernel ok thib@ | |||
2007-12-13 | replace calls to ltsleep with tsleep | Bret Lambert | |
remove PNORELOCK flag, as PNORELOCK is used for msleep ok art@ thib@ | |||
2007-12-13 | PNORELOCK is for msleep's mutex, not the now-gone ltsleep's interlock | Bret Lambert | |
update comment to match reality ok oga@ | |||
2007-12-13 | struct kif is gone so adapt to the situation. show interface is gone for | Claudio Jeker | |
now. OK norby@ | |||
2007-12-13 | Monster commit of stuff I did mostly last month. What it does: | Claudio Jeker | |
* removes kif and uses iface for everything interface related. This removes unneeded data redundancy which makes the code more complex. * adds the link local prefix to struct iface and attaches a list with the other prefixes to the struct iface. This is needed to generate the link LSA. * disconnects struct iface from struct area (the backpointer is gone) this will make the reload code a bit easier. norby@ agrees with the direction we're heading with this | |||
2007-12-13 | add explicit allow-recursion for recursive view | Jakob Schlyter | |
2007-12-13 | use a mutex to protect workq. incidentally, this removes the additional | Ted Unangst | |
creation of threads which may have caused multile syswq threads to start. ok dlg | |||
2007-12-12 | Disable the built-in speaker when initializing the chip, before my | Miod Vallat | |
neighbours start visiting me with large axes. | |||
2007-12-12 | Remove possible trailing \r from the PROM commandline arguments. | Miod Vallat | |
2007-12-12 | Mask the clock interrupts until cpu_initclocks() is invoked. | Miod Vallat | |
2007-12-12 | Make non-88110 kernels (aviion, luna88k) kernels compile again. | Miod Vallat | |
2007-12-12 | 2nd two extra fans on the 5027 are encoded differently; diff | Theo de Raadt | |
from remco@d-compu.dyndns.org | |||
2007-12-12 | regen | Thordur I. Bjornsson | |
2007-12-12 | Garbage collect a few members of the vnodeop_desc structure, | Thordur I. Bjornsson | |
they where used to keep "offsets" of arguments too the VOP's for use by bypass routines, these have been unused now for quite some time; Tested on sparc64/amd64 (shaves about 1k of GENERIC). ok beck@ | |||
2007-12-12 | bits for relayd(8); | Jason McIntyre | |
2007-12-12 | various improvements for the relay pages; ok reyk | Jason McIntyre | |
2007-12-12 | unbreak lls command and add a regress test that would have caught the | Damien Miller | |
breakage; spotted by mouring@ | |||
2007-12-11 | Fix check for pending interrupts as some other device is causing | Mike Belopuhov | |
the status register to change. From form@. ok jsg | |||
2007-12-11 | Don't store arguments and environment in the space reserved for stackgap on | Mark Kettenis | |
machines where the stack grows up. Fixes systrace(1) on hppa. ok deraadt@ | |||
2007-12-11 | mbuf stats are always gotten via sysctl(), so remove old nlist stuff | Theo de Raadt | |
ok claudio pyr | |||
2007-12-11 | if we pxebooted, and can find the interface, put it in a "pxeboot" group | Theo de Raadt | |
so that later applications can try to do the right thing for reyk | |||
2007-12-11 | mention starttls(8) | Todd C. Miller | |
2007-12-11 | reword license to change regents to authors, and remove advertising clause. | Ted Unangst | |
cleared with all original authors. ok deraadt | |||
2007-12-11 | use a mutex for protection of the uvm_km list. ok art | Ted Unangst | |
2007-12-11 | remove an overlooked simple_lock everybody likes to point out to me. | Ted Unangst | |
2007-12-11 | release the pool mutex if we may sleep in the backend | Ted Unangst | |
2007-12-11 | rearrange the page to read better; ok otto henning | Jason McIntyre | |
2007-12-11 | remove support for 8kHz sample rates. not all i2s based audio | Jacob Meuser | |
devices support 8kHz sample rates, and there is insufficient code to enable it properly on the devices that do support 8kHz. fixes "evil sound" problem reported by ajacoutot@ and jdixon@. ok deanna@, ratchov@, ajacoutot@ | |||
2007-12-11 | regen | Brad Smith | |
2007-12-11 | remove wrong MCP79 SMBus id in previous commit. | Brad Smith | |
2007-12-11 | - Remove disabled and unusable HW VLAN tagging code. | Brad Smith | |
- Remove setup of the HW VLAN stripping. Issue reported by and fix tested by henric@ ok dlg@ | |||
2007-12-11 | regen | Brad Smith | |
2007-12-11 | add the NVIDIA MCP79 LAN, AHCI, SMBus and HD Audio PCI ids. | Brad Smith | |
From Peer Chen @ NVIDIA via Linux ok dlg@ | |||
2007-12-11 | kill the comment that doesn't make sense anymore | Mike Belopuhov | |
2007-12-10 | add ip_mib table as well as support for retrieving ipForwarding and | Gilles Chehade | |
ipDefaultTTL ok reyk@ | |||
2007-12-10 | regen | Mike Belopuhov | |
2007-12-10 | Add GeForce 7200 GS. From form@. | Mike Belopuhov | |
Fix a typo while here. | |||
2007-12-10 | Remove an MD code that was obsoleted by the timecounters. | Mike Belopuhov | |
ok kjc | |||
2007-12-10 | Kill a check for malloc fail. The malloc call uses M_WAITOK and thus | Owain Ainsworth | |
should not be able to fail. ok kettenis@. | |||
2007-12-10 | Make the "can't find VGA config space" error sound less scary. This | Owain Ainsworth | |
happens sometimes on intel PCI-E chipsets where integrated graphics have been disabled. ok kettenis, deraadt. |