summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-15Simpify iface_del() and nbr_del(). make them void funtions as they can not failClaudio Jeker
2005-12-15Fix memory leaks in the parser. Make the string passed with area more strict.Claudio Jeker
2005-12-15NULL != '\0'. Spotted by Han Boetes and a linux gcc.Kjell Wooding
2005-12-15Use _SYS_CDEFS_H_ not _CDEFS_H_ for duplicate header supression.Todd C. Miller
2005-12-15remove inaccuracy (pipes do not appear as unix sockets);Jason McIntyre
2005-12-15make the systrace section just like the rest...Jason McIntyre
2005-12-15sort;Jason McIntyre
2005-12-15tweaks;Jason McIntyre
2005-12-15A sanity check for an unsigned variable being < 0 after a subtractionKenneth R Westerback
2005-12-15Protect va_copy with __ISO_C_VISIBLE as intended.Todd C. Miller
2005-12-15A sanity check for an unsigned variable being < 0 after a subtractionKenneth R Westerback
2005-12-15fstat does not print an '*' for fifos, okay jmc@Pedro Martelletto
2005-12-15shrink a littleDavid Gwynne
2005-12-15dont use the esm sensor tables to store format strings.David Gwynne
2005-12-15split esms psu sensor into 6 kernel sensors. you can easily see if theDavid Gwynne
2005-12-15__BSD_VISIBLE is not compared against a dateTheo de Raadt
2005-12-15Add a new warning message: conversion of %s return value from '%s' to '%s'.Chad Loder
2005-12-15kjell forgot to update this after his last message commit :)Chad Loder
2005-12-15syncTheo de Raadt
2005-12-15document horrific bootblock upgrade "procedure"Theo de Raadt
2005-12-15Document x/q, sync x/I with reality.Miod Vallat
2005-12-15Missing break and initializations found by lint.Kenneth R Westerback
2005-12-14make va_arg() map to nothing; ok millertTheo de Raadt
2005-12-14syncTheo de Raadt
2005-12-14Don't .Xr uhub(4) from usb(4), since they are the same man page.Pedro Martelletto
2005-12-14Move arg # to start of message. Makes it slighly more usefulKjell Wooding
2005-12-14We aren't likely to need to keep track of crypted/decrypted ringJonathan Gray
2005-12-14typoPedro Martelletto
2005-12-14Make ext2fs use a memory pool to allocate inodes, okay tedu@Pedro Martelletto
2005-12-14Add commented entries for nfe.Jonathan Gray
2005-12-14Initial bits for an nvidia nforce Ethernet driver.Jonathan Gray
2005-12-14convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@Todd C. Miller
2005-12-14My email address changed quite a while ago...Dale Rahn
2005-12-14Prevent access to PCI config space for function >0 on bus 0.Mark Kettenis
2005-12-14Initial versions of arm code, in-tree development (not yet working).Dale Rahn
2005-12-14Add a __statement macro to use with gcc statement expressions insteadTodd C. Miller
2005-12-14syncTheo de Raadt
2005-12-14Add locking primitive for hppa. ok kettenis@Marco Peereboom
2005-12-14add three mirrors, catching up w/ ftp.html r1.336Alexander von Gernler
2005-12-14Make clock_t consistent across platforms as a 32 bit int. OK deraadt@Todd C. Miller
2005-12-14Don't hard-code card present and number of socket bits in the PCMCIA busUwe Stuehler
2005-12-14Remove useless crap that was there from the beginning. One particularUwe Stuehler
2005-12-14some codecs have an external amplifier, and in some hw the bit to poweringFederico G. Schwindt
2005-12-14correct usage();Xavier Santolaria
2005-12-14document `-I' and `-sstate[:rev]';Xavier Santolaria
2005-12-14Fix parsing of non-decimal fractions, which was giving bogus results.Otto Moerbeek
2005-12-14argh. One problem with fixing a hidden global symbol is that if you miss one,Kjell Wooding
2005-12-14all is made clear: pthread_cond_timedwait takes absolute timeoutsTed Unangst
2005-12-14timeout code is not so happy with the negative valuesTed Unangst
2005-12-14add pthread_cleanup_push and pthread_cleanup_popTed Unangst