Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-13 | Move a bunch of small functions that only get called once into | Jonathan Gray | |
their calling functions. | |||
2005-06-13 | get rid of ifdef MSDOS, no binary change | Hans-Joerg Hoexer | |
ok markus@ | |||
2005-06-12 | Back out revs 1.48 and 1.49. Checksum offloading caused problems on | Todd C. Miller | |
an 82547EI and may affects others. Ok henning@ | |||
2005-06-12 | It turns out you need to ask for 16 byte block descriptors. We don't, | Kenneth R Westerback | |
so eliminate code dealing with 16 byte block descriptors. No one else seems to use them anyway. Add define for appropriate permission bit in case we ever need it. Simplify and clean up scsi_do_mode_sense() code as a result. Strengthen check to ensure block descriptor data is a valid by checking if it is a multiple of 8 bytes rather than just > 8 bytes. Moves code to closer to what it was before scsi_do_mode_sense(). | |||
2005-06-12 | use pci_mapreg_map() instead of pci_[io|mem]_find and bus_space_map; | Federico G. Schwindt | |
originally from brad@. working reports by uwe@, hshoexer@ and myself.. | |||
2005-06-12 | handle SuperMac Thunder/24 interrupts | Martin Reindl | |
2005-06-12 | index() function is deprecated and shouldn't be used in new code, | Xavier Santolaria | |
replace it with strchr(). tested and ok martin@, ok deraadt@. | |||
2005-06-12 | lo0 is special, attaches early an different than the other loopback interfaces | Henning Brauer | |
needs special treatment to join the lo group, ryan ok | |||
2005-06-12 | add SIOCGIFGMEMB ioctl, returns a list of all interfaces who are member of | Henning Brauer | |
the given group, markus ok | |||
2005-06-11 | Elminate a few unnecessary casts by using union field names, bit of KNF. | Kenneth R Westerback | |
2005-06-11 | need this too | Brad Smith | |
2005-06-11 | BCM5714 | Brad Smith | |
2005-06-11 | regen | Brad Smith | |
2005-06-11 | BCM5714 | Brad Smith | |
2005-06-11 | Typo in comments. | Miod Vallat | |
2005-06-10 | Tweak softdep_change_linkcnt() so we can specify whether we're willing | Pedro Martelletto | |
to be co-opted by softdep or not, and use this new interface to inform softdep in ufs_inactive() that the inode mode has changed. We don't want to be co-opted there as that might lead to undesired circular dependencies such as a vput() depending on another vput() to complete, or a process that is trying to free up a vnode being blocked trying to acquire a new vnode. Okay tedu@ deraadt@, thanks to all those who tested. | |||
2005-06-10 | make sure the IP packet contains a full struct ip_timestamp | Markus Friedl | |
from art; ok deraadt, claudio, henning | |||
2005-06-10 | getsockopt(): allocate a mbuf cluster for large ipsec credentials | Markus Friedl | |
fixes kernel panic from pr 4252; Stefan Miltchev; ok deraadt@ | |||
2005-06-10 | sync | Kevin Lo | |
2005-06-10 | add 3COM 3CRWE154G72. ok miod | Kevin Lo | |
2005-06-10 | remove unused code and un-ifdef | Martin Reindl | |
ok dlg@ | |||
2005-06-09 | it appears asp occupies more space than intially thought and | Michael Shalayeff | |
audio wraps off the edge making troubles. make sure gsc attachment follows the amsk from the parents and also extend the asp's range to a full 512m. found by Graham Gower <graham.gower@gmail.com> on 735 testing by miod@ on 715 | |||
2005-06-09 | don't need vlan.h here | Brad Smith | |
2005-06-09 | Fix typo in ASC/ASQ messages: DEnied -> Denied. | Kenneth R Westerback | |
2005-06-08 | completely revert rev 1.52, which broke ral for some people; from danh@ | Christian Weisgerber | |
2005-06-08 | Add KERN_CPTIME2 on systems where __HAVE_CPUINFO is defined, exposes | Todd C. Miller | |
spc_cp_time member of struct schedstate_percpu (per-cpu stats). From art@ during the hackathon. | |||
2005-06-08 | fix include for userland (tsk, tsk, krw). | Marc Espie | |
okay pval, nits miod. | |||
2005-06-08 | use SMALL_KERNEL for all arch's, not just alpha and also apply the defs | Federico G. Schwindt | |
for sii3112 funcs; grange@ mickey@ deraadt@ ok. | |||
2005-06-08 | Remove the bus_reverse field out of the powerpc bus structure, originally | Dale Rahn | |
it was there so that big endian and little endian devices could both be present, however that is not the case on the macppc machines. Cleans up code, shrinks the kernel. ok deraadt@ | |||
2005-06-08 | remove netns crud. | Henning Brauer | |
some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad | |||
2005-06-08 | if a cloned interface's destroy function fails, re-join the interface class | Henning Brauer | |
group, spotted by and ok markus | |||
2005-06-08 | netns bits die | Henning Brauer | |
2005-06-08 | No need to export NETISR fields explicitely for intvec.s, as <net/netisr.h> | Miod Vallat | |
can be (and is) included by assembly source. | |||
2005-06-08 | kill NS and DECNET bits | Henning Brauer | |
2005-06-08 | bye bye netns (and a few leftover DECNET bits while here) | Henning Brauer | |
2005-06-08 | huch, more netns shitz | Henning Brauer | |
2005-06-08 | kill some leftover bits from netns and iso routing | Henning Brauer | |
2005-06-08 | no more netns handling for the various tunnel devices and loopback | Henning Brauer | |
2005-06-08 | bye bye netns | Henning Brauer | |
2005-06-08 | netns bites the dust | Henning Brauer | |
2005-06-08 | useless netns includes; there was no NS stuff ever here | Henning Brauer | |
2005-06-08 | Xerox NS leaves us | Henning Brauer | |
2005-06-08 | -#option NS # XNS | Henning Brauer | |
-#option NSIP # XNS tunneling over IP | |||
2005-06-08 | revert enabling iommu on amd64 as it breaks at least one MP host. | Marco S Hyman | |
OK deraadt@ | |||
2005-06-08 | make nfsstats counters 64 bit. | marius eriksen | |
ok pedro@ | |||
2005-06-08 | disable RX checksum offload until its fixed on little endian systems | Brad Smith | |
2005-06-08 | in rtlabel_name2id, handle the case of an empty name: return 0 | Henning Brauer | |
label id 0 means "no label". in pf_ioctl, where this is used to filter based on a label, this is an error condition. for the other 2 cases, messages on the routing socket, this allows for an sockaddr_rtlabel to be always present for messages on the routing socket, and when it is all zero it is exactly like if there was no sockaddr_rtlabel at all. ryan ok | |||
2005-06-08 | more inet6 stuff that got exposed | Theo de Raadt | |
2005-06-08 | handle ramdisks, and kernels without inet6; henning ok | Theo de Raadt | |
2005-06-07 | remove NETISR_ISO and NETISR_CCITT | Martin Reindl | |
ok henning@ |