Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-07 | minor independent tweaks: | Marc Espie | |
- make Newuser and Newgroup subclasses of Newauth, so that code can be shared. - add property type() for these, that expands to user/group - add property to SpecialFile() that says whether this is executed on add/delete, so that we can check for noexec fs and error out early on these. | |||
2006-02-07 | look at noexec as well | Marc Espie | |
2006-02-07 | Don't push undef into the todo list. This avoids some perl warnings. | Bernd Ahlers | |
ok espie@ | |||
2006-02-07 | Disable checksum offload for the moment as it appears to not | Jonathan Gray | |
work for some people. | |||
2006-02-07 | convert pmap_phys_address() to a define, consistent with other archs; | Martin Reindl | |
avoids losing information due to int in proto ... thanks to KUDO Takashi for tracking this down ok miod@ | |||
2006-02-07 | duplicate #include | Kevin Steves | |
2006-02-07 | "packet.h" not needed | Kevin Steves | |
2006-02-07 | "log.h" not needed | Kevin Steves | |
2006-02-07 | move #include <termios.h> out of includes.h; ok markus@ | Kevin Steves | |
2006-02-07 | regen | Brad Smith | |
2006-02-07 | add the new syscalls to the list | Brad Smith | |
From jdolecek NetBSD | |||
2006-02-07 | move #include <sys/queue.h> out of includes.h; ok markus@ | Kevin Steves | |
2006-02-07 | move #include <netgroup.h> out of includes.h; ok markus@ | Kevin Steves | |
2006-02-06 | vr_start(): return if IFF_OACTIVE is set. | Brad Smith | |
From FreeBSD via Andrey Matveev | |||
2006-02-06 | regen | Brad Smith | |
2006-02-06 | add Broadcom BCM5708 Gb and BCM5708S 2.5 Gb Ethernet controllers. | Brad Smith | |
2006-02-06 | SiS 190 Gigabit Ethernet controller | Brad Smith | |
2006-02-06 | fix a typo so this will compile on amd64. | Brad Smith | |
2006-02-06 | typo from alexey dobriyan; | Jason McIntyre | |
ok brad | |||
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
ok mickey marco mbalmer niklas brad | |||
2006-02-06 | tell user about collision much earlier, so that they do not wonder what | Marc Espie | |
is taking so long... | |||
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
ok marco | |||
2006-02-06 | make this a little less ambiguous... | Jason McIntyre | |
2006-02-06 | don't error out but give a warning when sysctl() | Moritz Jodeit | |
fails with something else than ENOENT. suggested by tedu@ ok henning@ | |||
2006-02-06 | Attach a wskbd device for unknown adb mapped devices, just in case we lack | Miod Vallat | |
one keyboard id. | |||
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
2006-02-06 | typo from alexey dobriyan; | Jason McIntyre | |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
2006-02-06 | - use bitwise flags | Xavier Santolaria | |
- add missing option in remote handler | |||
2006-02-06 | - typo fix | Mathieu Sauve-Frankel | |
ok jmc@ | |||
2006-02-06 | tweaks; | Jason McIntyre | |
2006-02-06 | - use biwise flags | Xavier Santolaria | |
- add missing option in remote handler OK niallo@. | |||
2006-02-06 | add lxtphy(4) | Brad Smith | |
2006-02-06 | Make sure to call bge_setmulti() as we're enabling or disabling promiscuous | Brad Smith | |
mode so as to receive all multicast packets too. | |||
2006-02-06 | sync | Peter Valchev | |
2006-02-05 | improve support for TV tuning via radio(4) by: | Jacob Meuser | |
- adding a TV or radio mode flag to struct radio_info for radio(4) and a similar flag to struct TUNER for bktr(4) to make tuning mode explicit - reporting the proper frequency when in TV mode - documenting the mode flag and cleaning up some grammar OK mickey@, robert@ | |||
2006-02-05 | Add a fix from David Young to not set the ring indexes to something | Jonathan Gray | |
obviously invalid, which can occur when ejecting a CardBus rtw. | |||
2006-02-05 | Simplify SIOCSIFADDR switch case a bit. | Brad Smith | |
2006-02-05 | Eliminate a reset when configuring the IP address. | Brad Smith | |
ok jsg@ | |||
2006-02-05 | make sure to set or clear the RX mode promiscuous bit. | Brad Smith | |
tested by Andrey Matveev | |||
2006-02-05 | First cut of a man page for nfe. | Jonathan Gray | |
"looks fine" jmc@ | |||
2006-02-05 | Deal with bus semaphore. | Alexander Yurchenko | |
2006-02-05 | Rework code a bit more and move mpt_print_header() completely under | Kenneth R Westerback | |
MPT_DEBUG. May shave a few more bytes, makes logic a bit clearer. No functional change. ok marco@ | |||
2006-02-05 | Commit uncommitted bit from 2006/01/03 change to locore.s: | Mark Kettenis | |
Try to prevent red stating the machine on a misaligned user space stack by SIGKILLing the process. ok miod@, henric@ |