summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-11The next step towards a working gcc3/m88k: remove the argument area (from gcc2),Miod Vallat
2012-11-11Explicitely include <nlist.h> if !__ELF__ for this file to compile.Miod Vallat
2012-11-11Recognize "uahalf" and "uaword" statement, as synonyms for "half" and "word"Miod Vallat
2012-11-11add support for the Intel Centrino Advanced-N 6235 to iwn(4).joshua stein
2012-11-11updating the character offset on the line all the time is astoundinglyTheo de Raadt
2012-11-11Document the machine subcommands.Philip Guenthe
2012-11-11Fix dhclient.conf 'default' directive which was also broken in codeKenneth R Westerback
2012-11-11make the description of "debug" understandable for mortals (i.e.Jason McIntyre
2012-11-11supersede/append/prepend actions should work even if the dhcp serverKenneth R Westerback
2012-11-11david livingstone, not livingston;Jason McIntyre
2012-11-11syncTheo de Raadt
2012-11-11align ifaliasreq.ifra_addr similar to the way that ifreq is fixed --Theo de Raadt
2012-11-10use boolean_t not bool for a local boolean type so this won'tJonathan Gray
2012-11-10Simplify error handling, add IFCAP_VLAN_MTUStefan Fritsch
2012-11-10consistently use [ -n "${var}" ] instead of [ "${var}" ]Robert Peichaer
2012-11-10Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2012-11-10Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2012-11-10turn single-command if-then-fi blocks into "[ expr ] && command"Robert Peichaer
2012-11-10add a flag indicating whether shared code was initialized so that weMike Belopuhov
2012-11-10sync some 82599 bits with freebsd driver; ok jsgMike Belopuhov
2012-11-10Number of swap pages in use must be smaller than tha total number of swapMark Kettenis
2012-11-10enhance error_rm_wrkdir() to print an error message if one is passedRobert Peichaer
2012-11-10Recent x86 CPUs come with a constant time stamp counter. If this isMarcus Glocker
2012-11-10raise() is now correctly defined in libcPhilip Guenthe
2012-11-10raise() sends the signal to the current thread and only one error can occur.Philip Guenthe
2012-11-10Per POSIX, fix raise() and abort() to send the signal to the current thread.Philip Guenthe
2012-11-09Remove now unused files.Kenneth R Westerback
2012-11-09Doh, in gcc3 the various *_ASM_OP need to output explicit whitespace beforeMiod Vallat
2012-11-09don't sync dma memory for the whole ring when updating a singleMike Belopuhov
2012-11-09Move the actual operand contraints in define_split constructs from the lispMiod Vallat
2012-11-09Put prologue and epilogue instructions into their own sequences, bounded byMiod Vallat
2012-11-09(subreg) in gcc 3 takes the subreg position in bytes, not in BYTES_PER_WORDMiod Vallat
2012-11-09Port the gcc 2.95 m88k fixes to the gcc 3 codebase, except for the functionMiod Vallat
2012-11-09merge if_ocevar.h and if_oce.c; do some minor cleanup while hereMike Belopuhov
2012-11-09Allow OBSD_HAS_CORRECT_ASM_OPS to prevent <openbsd.h> from redefining theMiod Vallat
2012-11-09cleanup oce_encapMike Belopuhov
2012-11-09stop passing if_id aroundMike Belopuhov
2012-11-09improve flow control codeMike Belopuhov
2012-11-09Oops. Special dhclient also needs to forget about inet.c.Kenneth R Westerback
2012-11-09To be able to receive ethernet packets with VLAN tags oce_set_promiscMike Belopuhov
2003-11-29Import gcc-3.3.2. Only the compiler. ada frontend removed for space Marc Espie
2012-11-09cleanup register definitionsMike Belopuhov
2012-11-09*really* filter symbols on elf systems: introduce a new "export_symbols"Marc Espie
2012-11-09fix get_symbollist: output completely empty file if no symbol.Marc Espie
2012-11-08Remove confusing extra address abstraction 'struct iaddr'. Just useKenneth R Westerback
2012-11-08Remove lie about dhclient configuring all interfaces. MentionKenneth R Westerback
2012-11-08make link state update code more comprehensible by using some ideas from myx(4)Mike Belopuhov
2012-11-08hardware supports mtu values from 256 up to 9000;Mike Belopuhov
2012-11-08When halting the rx engine wait 1ms after destroying the queue inMike Belopuhov
2012-11-08wrap bpfilter portion with #if NBPFILTER > 0.Gleydson Soares