Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-25 | in tulip_reset() remove a useless printf and check flags before resetting | Martin Reindl | |
2005-05-25 | Schedule a soft interrupt, not a timeout, in the hard rx interrupt handler. | Miod Vallat | |
2005-05-25 | add ifconfig -M option to replace wicontrol -L and -l for ap scanning | Reyk Floeter | |
and node listing. wicontrol is not supported by net80211 drivers anymore. further improvements will be done. ok dlg@, jsg@ | |||
2005-05-25 | Resample the hinge value on wakeup, prevent 'hung' keyboard on return | Dale Rahn | |
from suspend. | |||
2005-05-25 | when an interface joins or leaves a group call back into pf so it can | Henning Brauer | |
update the internal tables used for (ifgroup) notation | |||
2005-05-25 | AESCTR support for ESP (RFC 3686); ok hshoexer | Markus Friedl | |
2005-05-24 | Add scaffolding for feature tests that will be used by our include files. | Todd C. Miller | |
Inspired by similar macros in FreeBSD. OK miod@ | |||
2005-05-24 | add pci ints routing table entry struct | Michael Shalayeff | |
2005-05-24 | -ansi considered harmful, even in comments | Todd C. Miller | |
2005-05-24 | ath_hal_rx_monitor should be used for link state monitoring instead of | Reyk Floeter | |
setting the promisc mode. rename it to ath_hal_rx_signal and remove the incorrect promisc flag. this should fix some problems with ath running in forwarding mode. | |||
2005-05-24 | bye | Uwe Stuehler | |
2005-05-24 | add a new field to vm_space and use it to track the number of anon | Ted Unangst | |
pages a process uses. this is now the userland "data size" value. ok art deraadt tdeval. thanks testers. | |||
2005-05-24 | When processing the flex_geometry page, don't use a reduced_geometry | Kenneth R Westerback | |
field to get the blocksize. ok marco@ | |||
2005-05-24 | printf(s) -> printf("%s", s) | Uwe Stuehler | |
2005-05-24 | bump to version 2.08, adding | Uwe Stuehler | |
- serial console support - hard disk names hd0..hdN earlier version tested by drahn@ | |||
2005-05-24 | Do not assume anything about the calling frame in the inline assembly | Miod Vallat | |
statements, ends up in slightly better code and fewer memory access. | |||
2005-05-24 | serial console support | Uwe Stuehler | |
2005-05-24 | fix links target | Uwe Stuehler | |
2005-05-24 | crank up MAXCCB to 250 for cards that can handle it. ok mickey@ | Marco Peereboom | |
2005-05-24 | wrap into nice defines | Martin Reindl | |
ok mickey@ | |||
2005-05-24 | replace jnz FOO;jmp BAR;FOO: with jz BAR;FOO:, the idle loop will be even ↵ | Niklas Hallqvist | |
more efficient | |||
2005-05-24 | Don't need to protect as many signals from _POSIX_SOURCE now that POSIX | Todd C. Miller | |
specifies them. OK miod@ | |||
2005-05-24 | oops | Theo de Raadt | |
2005-05-24 | let ramdisks compile again. people -- please always try to compile with ↵ | Theo de Raadt | |
your new options off, too | |||
2005-05-24 | add stge(4) | Brad Smith | |
2005-05-24 | do not print cpu startup messages (because they are obvious) | Theo de Raadt | |
2005-05-24 | hlt 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-24 | move sk(4) and epic(4) out of the untested section | Brad Smith | |
2005-05-24 | support trunk stacking (trunks as trunk ports) and some fixes | Reyk Floeter | |
ok brad@ | |||
2005-05-24 | add epic(4) and stge(4) | Brad Smith | |
2005-05-24 | include trunk.h to get the NTRUNK value | Reyk Floeter | |
ok cloder@ | |||
2005-05-24 | remove NetBSD's event counter code. | Brad Smith | |
2005-05-24 | san depends on sppp. canacar@ ok. | Hakan Olsson | |
2005-05-24 | Fix 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-24 | when a device vnode associated with a mount point disappears, mark the | Pedro Martelletto | |
filesystem as doomed and unmount it | |||
2005-05-24 | - allow reception of VLAN sized frames | Brad 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-24 | Set the data length on CBI data transfers. | Christopher Pascoe | |
ok dlg@ | |||
2005-05-24 | better handling of disappearing devices, in spec_close(), don't try to | Pedro Martelletto | |
double-lock the vnode if we're coming from vclean() | |||
2005-05-24 | brelse() on failed bread() | Pedro Martelletto | |
2005-05-24 | add net.inet.ip.ifq for monitoring and changing ifqueue; similar to netbsd | Markus Friedl | |
ok henning | |||
2005-05-24 | add support for brace notation for interface groups, i. e. (testgroup) matches | Henning Brauer | |
all IPs on all interfaces in testgroup | |||
2005-05-24 | POSIX specifies errno values that were BSD-specific once upon a time. | Todd C. Miller | |
OK deraadt@ | |||
2005-05-24 | Support second interface on FTDI 2232C based devices. | Christopher Pascoe | |
ok dlg@ | |||
2005-05-24 | Make sure all fields in the SADB_DUMP header are zeroed properly. hshoexer@ ok. | Hakan Olsson | |
2005-05-24 | regen | Jonathan Gray | |
2005-05-24 | nForce4 devices found in a dmesg from Charly Tipton <ekop at flash.net>. | Jonathan Gray | |
2005-05-24 | actually delete the interface from the member list when it leaves the group | Henning Brauer | |
2005-05-24 | initial 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-24 | Better SA state reporting. markus@, hshoexer@ ok. | Hakan Olsson | |
2005-05-24 | keep a list of member interfaces in ifg_group | Henning Brauer | |