summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-07minor 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-07look at noexec as wellMarc Espie
2006-02-07Don't push undef into the todo list. This avoids some perl warnings.Bernd Ahlers
ok espie@
2006-02-07Disable checksum offload for the moment as it appears to notJonathan Gray
work for some people.
2006-02-07convert 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-07duplicate #includeKevin Steves
2006-02-07"packet.h" not neededKevin Steves
2006-02-07"log.h" not neededKevin Steves
2006-02-07move #include <termios.h> out of includes.h; ok markus@Kevin Steves
2006-02-07regenBrad Smith
2006-02-07add the new syscalls to the listBrad Smith
From jdolecek NetBSD
2006-02-07move #include <sys/queue.h> out of includes.h; ok markus@Kevin Steves
2006-02-07move #include <netgroup.h> out of includes.h; ok markus@Kevin Steves
2006-02-06vr_start(): return if IFF_OACTIVE is set.Brad Smith
From FreeBSD via Andrey Matveev
2006-02-06regenBrad Smith
2006-02-06add Broadcom BCM5708 Gb and BCM5708S 2.5 Gb Ethernet controllers.Brad Smith
2006-02-06SiS 190 Gigabit Ethernet controllerBrad Smith
2006-02-06fix a typo so this will compile on amd64.Brad Smith
2006-02-06typo from alexey dobriyan;Jason McIntyre
ok brad
2006-02-06typos from alexey dobriyan;Jason McIntyre
ok mickey marco mbalmer niklas brad
2006-02-06tell user about collision much earlier, so that they do not wonder whatMarc Espie
is taking so long...
2006-02-06typos from alexey dobriyan;Jason McIntyre
ok marco
2006-02-06make this a little less ambiguous...Jason McIntyre
2006-02-06don't error out but give a warning when sysctl()Moritz Jodeit
fails with something else than ENOENT. suggested by tedu@ ok henning@
2006-02-06Attach a wskbd device for unknown adb mapped devices, just in case we lackMiod Vallat
one keyboard id.
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06typo from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06- use bitwise flagsXavier Santolaria
- add missing option in remote handler
2006-02-06- typo fixMathieu Sauve-Frankel
ok jmc@
2006-02-06tweaks;Jason McIntyre
2006-02-06- use biwise flagsXavier Santolaria
- add missing option in remote handler OK niallo@.
2006-02-06add lxtphy(4)Brad Smith
2006-02-06Make sure to call bge_setmulti() as we're enabling or disabling promiscuousBrad Smith
mode so as to receive all multicast packets too.
2006-02-06syncPeter Valchev
2006-02-05improve 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-05Add a fix from David Young to not set the ring indexes to somethingJonathan Gray
obviously invalid, which can occur when ejecting a CardBus rtw.
2006-02-05Simplify SIOCSIFADDR switch case a bit.Brad Smith
2006-02-05Eliminate a reset when configuring the IP address.Brad Smith
ok jsg@
2006-02-05make sure to set or clear the RX mode promiscuous bit.Brad Smith
tested by Andrey Matveev
2006-02-05First cut of a man page for nfe.Jonathan Gray
"looks fine" jmc@
2006-02-05Deal with bus semaphore.Alexander Yurchenko
2006-02-05Rework code a bit more and move mpt_print_header() completely underKenneth R Westerback
MPT_DEBUG. May shave a few more bytes, makes logic a bit clearer. No functional change. ok marco@
2006-02-05Commit 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@