summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-01More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE,Philip Guenthe
2012-10-01Make groupmember() check the effective gid too, so that the checks arePhilip Guenthe
2012-09-30Correct the addition of the 39320LPE controller. The actual product nameBrad Smith
2012-09-30use xmalloc(), xcalloc() and xmemdup() helpersCharles Longeau
2012-09-30When outputting to stdout and compressing would grow the file, exitTodd C. Miller
2012-09-30- add decision to the rule so that we can actually perform a reject matchGilles Chehade
2012-09-30There is no need to set IFF_OACTIVE in vlan, since there is no DMA ringClaudio Jeker
2012-09-30Remove duplicated chunk; noticed by David GilmoreMiod Vallat
2012-09-30there, should be crystal clearMarc Espie
2012-09-30Simplify the gem(4) variant detection code a bit.Brad Smith
2012-09-29When running a.out OMAGIC binaries, be sure to round ep_daddr to a pageMiod Vallat
2012-09-29use xstrdup() helperCharles Longeau
2012-09-29Work in progress support for the Power Indigo2 R8000 system (IP26). This isMiod Vallat
2012-09-29Bring the `let decide ARCBios address at runtime' code to the SGI bootblocks,Miod Vallat
2012-09-29Do not hardcode ARCBios vector base, but rather compute it at runtime.Miod Vallat
2012-09-29Basic R8000 processor support. R8000 processors require MMU-specific code,Miod Vallat
2012-09-29Forgot this in previous commitMiod Vallat
2012-09-29Store the base value of coprocessor 0 system register, when running userland,Miod Vallat
2012-09-29Sort cpu and fpu list, and don't bother printing those we don't run on (yet).Miod Vallat
2012-09-29Handle the coprocessor 0 cause and status registers as a 64 bit value now,Miod Vallat
2012-09-29Avoid an unnecessary copyin() call in the SYS__syscall handling path.Miod Vallat
2012-09-29Add a few more coprocessor 0 cause and config registers defines.Miod Vallat
2012-09-29Kill the mostly unused VMTLB_xxx and VMNUM_xxx defines. Move all tlbMiod Vallat
2012-09-29Introduce assembly macros for specific processor hazards: tlb update, statusMiod Vallat
2012-09-29Move proc_trampoline, which is not really exception processing, from exception.SMiod Vallat
2012-09-29Use a much simpler linker script for the kernel, adapted from loongsonMiod Vallat
2012-09-29Provide a few more macros in <machine/asm.h> to wrap coprocessor 0Miod Vallat
2012-09-29Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions ofMiod Vallat
2012-09-29use ++ operator for incrementsRobert Peichaer
2012-09-29use (()) for arithmetic testsRobert Peichaer
2012-09-29add support for hardware flow control, from FreeBSDJonathan Gray
2012-09-29some mfa_session cleanups.Eric Faurot
2012-09-29CP210[3-5] should work. Silicon Labs have finally published a datasheet.Jonathan Gray
2012-09-29regenJonathan Gray
2012-09-29add some uslcom devices from FreeBSDJonathan Gray
2012-09-29finally remove rule member from struct envelope.Eric Faurot
2012-09-29Remove support for "as user" for local deliveries.Eric Faurot
2012-09-29Do not test client flags against TTY_FREEZE bit, reported by Tom Ryder.Nicholas Marriott
2012-09-29From Gavin Atkinson in FreeBSD SVN rev 238778:Jonathan Gray
2012-09-29Remove extra .PpLawrence Teo
2012-09-28framed-ip-address and framed-ip-netmask were not working.YASUOKA Masahiko
2012-09-28some smtpd.{c,h} cleanups:Eric Faurot
2012-09-28consistently use [[ ]] for testsRobert Peichaer
2012-09-28remove unnecessary quotes within [[ ]]Robert Peichaer
2012-09-28replace the last remaining backticks with $() for consistencyRobert Peichaer
2012-09-28fix adress family for ipv6 bpf packet capture; ok yasuokaMarkus Friedl
2012-09-28remove a comment that does not make sense any moreRobert Peichaer
2012-09-28free the control message in udp_input() if the packet is passed to pipexMarkus Friedl
2012-09-28Update to account for the switch to ruby 1.9 by default. Feedback fromJeremy Evans
2012-09-28replace _fsent array with a simple concatenated listRobert Peichaer