summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-05-24When processing the flex_geometry page, don't use a reduced_geometryKenneth R Westerback
field to get the blocksize. ok marco@
2005-05-24printf(s) -> printf("%s", s)Uwe Stuehler
2005-05-24bump to version 2.08, addingUwe Stuehler
- serial console support - hard disk names hd0..hdN earlier version tested by drahn@
2005-05-24Do not assume anything about the calling frame in the inline assemblyMiod Vallat
statements, ends up in slightly better code and fewer memory access.
2005-05-24serial console supportUwe Stuehler
2005-05-24fix links targetUwe Stuehler
2005-05-24crank up MAXCCB to 250 for cards that can handle it. ok mickey@Marco Peereboom
2005-05-24wrap into nice definesMartin Reindl
ok mickey@
2005-05-24replace jnz FOO;jmp BAR;FOO: with jz BAR;FOO:, the idle loop will be even ↵Niklas Hallqvist
more efficient
2005-05-24Don't need to protect as many signals from _POSIX_SOURCE now that POSIXTodd C. Miller
specifies them. OK miod@
2005-05-24oopsTheo de Raadt
2005-05-24let ramdisks compile again. people -- please always try to compile with ↵Theo de Raadt
your new options off, too
2005-05-24add stge(4)Brad Smith
2005-05-24do not print cpu startup messages (because they are obvious)Theo de Raadt
2005-05-24hlt hlt is not a good idea. Rework APM to do what the spec actually says. ↵Marco Peereboom
Run actual BIOS calls whenever we are actually idle. Tovarisch! ok deraadt@ toby@ beck@ weingart@ art@
2005-05-24move sk(4) and epic(4) out of the untested sectionBrad Smith
2005-05-24support trunk stacking (trunks as trunk ports) and some fixesReyk Floeter
ok brad@
2005-05-24add epic(4) and stge(4)Brad Smith
2005-05-24include trunk.h to get the NTRUNK valueReyk Floeter
ok cloder@
2005-05-24remove NetBSD's event counter code.Brad Smith
2005-05-24san depends on sppp. canacar@ ok.Hakan Olsson
2005-05-24Fix our NTFS readdir function.Brad Smith
To check a directory's in-use bitmap bit by bit, we use a pointer to an 8 bit wide unsigned value. The index used to dereference this pointer is calculated by shifting the bit index right 3 bits. Then we do a logical AND with the bit# represented by the lower 3 bits of the bit index. This is an idiomatic way of iterating through a bit map with simple bitwise operations. This commit fixes the bug that we only checked bits 3:0 of each 8 bit chunk, because we only used bits 1:0 of the bit index for the bit# in the current 8 bit value. This resulted in files not being returned by getdirentries(2). Change the type of the bit map pointer from `char *' to `u_int8_t *'. From FreeBSD ok pedro
2005-05-24when a device vnode associated with a mount point disappears, mark thePedro Martelletto
filesystem as doomed and unmount it
2005-05-24- allow reception of VLAN sized framesBrad Smith
- make sure to re-init the card when setting the MTU - don't do a full card re-init when going into promisc mode or adding/removing multicast addresses, this causes the PHY to be reset
2005-05-24Set the data length on CBI data transfers.Christopher Pascoe
ok dlg@
2005-05-24better handling of disappearing devices, in spec_close(), don't try toPedro Martelletto
double-lock the vnode if we're coming from vclean()
2005-05-24brelse() on failed bread()Pedro Martelletto
2005-05-24add net.inet.ip.ifq for monitoring and changing ifqueue; similar to netbsdMarkus Friedl
ok henning
2005-05-24add support for brace notation for interface groups, i. e. (testgroup) matchesHenning Brauer
all IPs on all interfaces in testgroup
2005-05-24POSIX specifies errno values that were BSD-specific once upon a time.Todd C. Miller
OK deraadt@
2005-05-24Support second interface on FTDI 2232C based devices.Christopher Pascoe
ok dlg@
2005-05-24Make sure all fields in the SADB_DUMP header are zeroed properly. hshoexer@ ok.Hakan Olsson
2005-05-24regenJonathan Gray
2005-05-24nForce4 devices found in a dmesg from Charly Tipton <ekop at flash.net>.Jonathan Gray
2005-05-24actually delete the interface from the member list when it leaves the groupHenning Brauer
2005-05-24initial import of a trunking (link aggregation and link failover)Reyk Floeter
implementation. it currently supports round robin mode with link state checking, additional modes will be added later. ok brad@, deraadt@
2005-05-24Better SA state reporting. markus@, hshoexer@ ok.Hakan Olsson
2005-05-24keep a list of member interfaces in ifg_groupHenning Brauer
2005-05-24add aapic driver which currently is used to workaround errata onBrad Smith
the AMD 8131 IO APIC. From NetBSD ok marco@
2005-05-24disable TX HW checksumming, some revs of the chip can cause packet corruption.Brad Smith
Issue with NFS reported by Han Boetes <han at mijncomputer dot nl> ok pvalchev@
2005-05-24Ignore ICMP Source Quench messages meant for TCP connections. (Details inFernando Gont
http://www.gont.com.ar/drafts/icmp-attacks-against-tcp.html) ok markus frantzen
2005-05-23fix rasops initialization when not acting as console; ok miod@Uwe Stuehler
2005-05-23add USER_PCICONFJason Wright
2005-05-23change pool allocation of table entries, no longer use the oldnointrDaniel Hartmeier
allocator and two pools, but PR_WAITOK when called from non-interrupt context (ioctl). add configurable hard limits for tables and table entries (set limit tables/table-entries), defaulting to 1000/100000. ok aaron@, henning@, mcbride@, art@
2005-05-23loose is not lose. ok deraadt tdeval and a few more typos from jfbTed Unangst
2005-05-23Remove some unuseful debug code.Jonathan Gray
2005-05-23Cleanup leading and trailing whitespace.Christopher Pascoe
2005-05-23Headphone output and volume control support.Christopher Pascoe
ok dlg@
2005-05-23- Fix some big-endian issues.Brad Smith
- Centralize the interrupt bits for the 3 registers where they are being used. - Replace magic numbers for power management control with PCI_PMCSR* macros. - The flow control registers are 16 bits wide, not 32. - Create the Tx DMA maps with a size large enough for a jumbo Ethernet frame. - Oops, make Rx interrupt deferral actually work. From NetBSD
2005-05-23further cleanup: don't mimic ifnet and add hooks and the dohooks() stuff toHenning Brauer
pf's interface abstraction, just attahc a linked list of the dynaddrs to the respective kifs. makes things way easier and will be needed for the next step, ryan jajajaja