summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/qabs.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-02correct signature. no change as function is if 0'd.fgsch1-2/+2
2009-11-01Add a flag for jobs that shouldn't be freed after they've died and use it fornicm8-27/+71
status jobs, then only kill those jobs when status-left, status-right or set-titles-string is changed. Fixes problems with changing options from inside #().
2009-11-01If the last name field looks like a description rather than an alias (if itnicm1-1/+11
contains spaces), ignore it. Knocks a few K off the termcap and terminfo databases and gets rid of some warnings. ok millert
2009-11-01Move IS[12]BYTEMSG and ISEXTMSG defines to a common place.fgsch7-31/+11
Pointed out by miod@. krw@ miod@ ok.
2009-11-01fix a couple log_info()s,gilles2-4/+4
from Tim van der Molen <tbvdm@xs4all.nl>
2009-11-01Remove bogus #define __HAVE_GENERIC_SOFT_INTERRUPTS. No code change.kettenis1-4/+1
2009-11-01add new mirrorsthen1-1/+2
2009-11-01Call selwakeup()/KNOTE() even if the queue has emptied completely.nicm4-12/+12
ok miod
2009-11-01kqueue support for midi(4).nicm3-8/+112
ok ratchov
2009-11-01Use a local numeric label to branch to the start of the function, instead ofmiod1-2/+3
referencing it by name; silences a linker warning; no functional change.
2009-11-01Looks like I forgot to add files again. These are the most important filesmiod2-0/+1467
for the new iec(4) driver. Reminded by brad@
2009-11-01remove unused variablechl1-2/+1
ok sthen@
2009-11-01Driver for the sgi IOC3 onboard Ethernet interface. Tested on Octane only somiod11-40/+190
far, and needs help to figure out its Ethernet address on IP35 systems. Heavily derived from mec(4) written by Izumi Tsutsui and Christopher Sekiya, although it required many changes to fit the IOC3 chip.
2009-11-01Missing setenv/showenv aliases.nicm1-2/+4
2009-11-01call powerhook_disestablish() and pci_intr_disestablish() earlier.damien4-16/+15
diff from deraadt@
2009-11-01- fix rx chain mask in scan commanddamien2-15/+14
- no Tx IQ calibration for 6000 series - remove a comment about iwlwifi that is no longer true
2009-11-01Initialize "len" before using it in accept(2).michele1-2/+3
Found by Christophe Fillot ok claudio@
2009-11-01add support for the ati sb900^Whudson2 chips.dlg2-4/+29
from brad
2009-11-01Two minor bug fixes rotting in my tree:schwarze1-11/+8
(1) When the second malloc in yp_next fails, do not leak the memory allocated by the first one. Same fix as yp_first.c rev. 1.9. (2) When compiled with YPMATCHCACHE, do not fail the lookup when reserving memory for the cache fails. Instead, just return the correct result without caching it. ok millert@
2009-10-31A chunk from my WIP bootblocks tree went in by mistake in previous commit;miod1-2/+2
spotted by deraadt@
2009-10-31Establish a shutdown hook to disable the watchdog timer to prevent watchdogkettenis1-1/+14
triggers after the kernel has been halted.
2009-10-31Make sure we don't insert and entry into the list of pending commends twice.kettenis1-1/+10
2009-10-31in the absense of link state handling, drivers should still be silent; ok miodderaadt4-28/+26
2009-10-31KNOTE() after selwakeup(); ok miodderaadt2-2/+4
2009-10-31s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).sobrado6-13/+13
2009-10-31Do not override AS and LD, to be cross compilation friendly; noticed by syuu@miod1-4/+6
2009-10-31s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).sobrado5-12/+12
2009-10-31Use suser when possible. Suggested by miod@.fgsch44-91/+91
miod@ deraadt@ ok.
2009-10-31reorder operations in detach(), call powerhook_disestablish() earlier,damien2-20/+16
call if_detach() last. no need to splnet() since we are already called at the right ipl. iwn(4) diff from deraadt@
2009-10-31tweak the description for iop(4) again, this one was the diffsobrado4-16/+15
suggested by jmc@ however i committed a slightly different one by error; s/device driver/device/ in some name description (.Nd) macros; add a missing chip to lmc(4)'s description in pci(4). ok jmc@
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()deraadt46-46/+100
calls can go directly into selwakeup() safely long discussion with nicm, murmers of consent from tedu and miod, noone else seems to care of kqueue is busted as long as it makes their sockets move data fast... pretty sad.
2009-10-31If the nmea(4) or endrun(4) timing disciplines are selected ignore statusckuethe1-1/+2
lines; this prevents poll(2) from saying the fd has data to be read, when it only had a status line change. Prevents ldattach from exiting when relaying data to gpsd while being driven by a gps with 1PPS. ok deraadt
2009-10-31Make sure the descriptor is writable for some operations.fgsch1-1/+11
Pointed out and ok by miod@.
2009-10-31Blinkenlichten on Octane.miod3-8/+46
2009-10-30missing \n in log() message.damien1-2/+2
from Jurjen Oskam.
2009-10-30when used with incorrect flags, zzz(8) should call zzusage(void)sobrado1-2/+5
instead of usage(void). millert@ suggested checking __progname() against "zzz" to match existing code. ok millert@
2009-10-30correct interrupt status bits; patfbsd@davenulle.orgderaadt1-10/+10
2009-10-30KNOTE() after selwakeup()deraadt2-2/+6
ok ratchov
2009-10-30pipeclose() calls pileseltimeout() which does the KNOTE(); therefore callingderaadt1-2/+1
KNOTE() a second time is not needed (and perhaps bad) ok claudio millert
2009-10-30The script that generates keywords.h wasn't updated whenjsg2-2/+3
mplslabel label was added, fix.
2009-10-30Add missing KNOTE() calls after selwakeup() in ptcread() (to wake up writersnicm2-2/+4
after the master side of the pty has finished reading) and in ttyflush(). ok tedu millert
2009-10-30Don't do a double free, sys_getsockopt() will take care of freeing theclaudio1-5/+2
mbuf allocated by the subroutines. OK kettenis@
2009-10-30Routers with "transparent-as yes" set should behave more like iBGP ones.claudio1-2/+4
In this case export the MED to all peers no matter what. It is no longer needed to do the set med +0 hack. OK henning@
2009-10-30stop using kqueue.deraadt1-4/+4
2009-10-30Support IP30 secondary cpu bootup. ok miod@syuu8-19/+226
2009-10-30typo from dholland@netbsd (-r1.38);jmc1-1/+1
2009-10-29synchronize pci(4) and iop(4) descriptions.sobrado2-6/+4
tweaked by jmc@, thanks!
2009-10-29.Nd macro arguments are usually lower case.sobrado2-5/+5
2009-10-29synchronize entries in pci(4) with .Nd macros in manual pages.sobrado1-5/+5
2009-10-29it is possible specifying more than one printer concurrently; usesobrado2-27/+30
.Op macros for options instead of hardcoding brackets; remove a few superfluous .Ar macros before ellipsis; "usage:" is lower case; while here, apply some spacing tweaks. tweaked by jmc@ for a synopsis with too many arguments. ok jmc@