summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-01-14eliminate the predefined special qids so that qids become simpleKenjiro Cho
2004-01-14Do not expose kernel prototypes to userland.Miod Vallat
2004-01-14syncTed Unangst
2004-01-14syncTed Unangst
2004-01-14change sigaltstack.ss_size type to size_t. handle syscall fallout.Ted Unangst
2004-01-14Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. AlsoKenneth R Westerback
2004-01-14Revert previous; this will cause issues on some machines, says drahn@Miod Vallat
2004-01-13Fix KERNTEXTOFF value (long) after the move to ELF.Miod Vallat
2004-01-13Allow building w/o -traditional. OK weingart@ and mickey@Todd C. Miller
2004-01-13Get rid of more unused useless broken invalid constant laughable values.Miod Vallat
2004-01-13No need to set [di]sar for complete tlb invalidation.Miod Vallat
2004-01-13spellingTheo de Raadt
2004-01-13spellingTheo de Raadt
2004-01-13Take advantage of the way config(8) works to probe for bugtty last duringMiod Vallat
2004-01-13Get rid of old MID binary compatibility. This has been a lifesaver back whenMiod Vallat
2004-01-13Then, kill %: printf format...Miod Vallat
2004-01-13Less pedantic types; helps when userland includes <signal.h> withoutMiod Vallat
2004-01-13Let frame_is_sane() be quiet on demand, then fix and enable again frame search.Miod Vallat
2004-01-13silence preprocessor.Marc Espie
2004-01-13During signal delivery, force the sigframe to be on an 8 byte boundary.Miod Vallat
2004-01-13remove needs-flag from wi@usb. drahn@ ok.Federico G. Schwindt
2004-01-13UFS -> FFS, /bootsd -> /boot, ufsboot -> bootMiod Vallat
2004-01-13Always keep the kernel stack on a 8 byte boundary...Miod Vallat
2004-01-13bring back the old TCP_SIGNATURE code from tcp_input.c rev 1.45Markus Friedl
2004-01-13Dusty, useless files are better found in the Attic.Miod Vallat
2004-01-13pass pcb and not socket to ip_output; #ifdef SACK; ok itojun@Markus Friedl
2004-01-13Add and remove IPv6 routes so when we're MASTER, we can connect to theRyan Thomas McBride
2004-01-13Expose in6_ifremloop() and in6_ifaddloop() so that they can be used by carp.Ryan Thomas McBride
2004-01-13grog EV68Theo de Raadt
2004-01-13In cpu_switch(), use (almost) savectx() rather than rolling our own version.Miod Vallat
2004-01-13support mbuf handling in alpha sgmap dma maps; from netbsdTheo de Raadt
2004-01-13need mbuf.hTheo de Raadt
2004-01-12Use a struct reg in struct sigcontext, rather than an unsorted pot-pourriMiod Vallat
2004-01-12Shrink the reg structure, for it to only contain registers (eh), and makeMiod Vallat
2004-01-12match both ALI ISA bridges (more fallout); ok millertTheo de Raadt
2004-01-12syncTed Unangst
2004-01-12new syscall closefrom(int fd) closes all fds equal and greater than fd.Ted Unangst
2004-01-12Nuke a few unused structures and variables.Miod Vallat
2004-01-12Move sensors externs to sys/sensors.h and introduce a macroAlexander Yurchenko
2004-01-12Oops, put back nvram0 for now.Miod Vallat
2004-01-12typos from Jared Yanovich;Jason McIntyre
2004-01-12a native geode reset, because quite a few geode boards without keyboardTheo de Raadt
2004-01-12Get rid of that ugly m88100_saved_state structure, use trapframe everywhereMiod Vallat
2004-01-12use klist_invalidate to permit destroy while kqueued. ok mpf@Ted Unangst
2004-01-12klist_invalidate to help clean up when the backend disappears, tested by mpf@Ted Unangst
2004-01-12these need to be synced when vnode_if.src changesTed Unangst
2004-01-12Completely remove the device name from this print, not just the %s.Dale Rahn
2004-01-12Better defaults on snapper, fixes xmms problem reported by joshua steinDale Rahn
2004-01-11in ANSI world, "string1" "string2" is enough for concatecationPeter Valchev
2004-01-11Mark more code as dependent upon option PTRACE, and slight cleaning while there.Miod Vallat