summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-04Add support for the GCC binary integer constants extension.Jonathan Gray
2013-07-04Fix two errors:Lawrence Teo
2013-07-04Merge rev 1.16 of cl.c: time_t is not longPhilip Guenther
2013-07-04Re-commit: use time_t for storing time_t values. This is an ABIPhilip Guenther
2013-07-03For consistency, move the functions that aren't generated at build-timePhilip Guenther
2003-11-29Import gcc-3.3.2. Only the compiler. ada frontend removed for space Marc Espie
2013-07-03Do not scribble to a page after uvm_pagefree()'ing it.Miod Vallat
2013-07-03fix: cast void * to char *, fix format args for (u)int64_t,Stefan Fritsch
2013-07-03cast time_t to long long, time_t is signed, tv_nsec is longStefan Fritsch
2013-07-03don't use empty format stringStefan Fritsch
2013-07-03add support for %td for ptrdiff_t in kernel printfStefan Fritsch
2013-07-03The ipmi threshold value may be negative. Respect the sign bitAlexander Bluhm
2013-07-03Fix CIRCLEQ_REPLACE. From Michael Piszczek (mpiszczek_at_ddn_dot_com).Federico G. Schwindt
2013-07-03reorganize NOIEEE_SRCS so that files not compiled on vax becauseMarc Espie
2013-07-03Use WAIT_* for the first argument to wait4(), and otherwise treat it (andPhilip Guenther
2013-07-03(Re)define the quota file format to be independent of time_t; changingPhilip Guenther
2013-07-03with DBL vs LDBL fixed, tedu some source in noieee which is actually theMarc Espie
2013-07-03test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53.Marc Espie
2013-07-03cpio and ustar formats store times in octal fields that are 11 charactersPhilip Guenther
2013-07-03Switch times in the SLIP softc to time_t and reorder slightlyPhilip Guenther
2013-07-02Rearrange the inequalities.Brad Smith
2013-07-02Most CFLAGS should be CPPFLAGS, so fix that.Antoine Jacoutot
2013-07-02If after processing an SCI event the SCI_EVT is no longer sent, we're doneMark Kettenis
2013-07-02change splvm to splbio, missed in r1.4Stefan Fritsch
2013-07-02Long passwords could not be replaced completely with shorterAlexander Bluhm
2013-07-02add missing library dependenciesMarkus Friedl
2013-07-02remove extra whitespaceMarkus Friedl
2013-07-02document variable name change in java.port.mkMarc Espie
2013-07-02some trivial format string fixesStefan Fritsch
2013-07-02Lower IPL to IPL_BIO for the interrupt.Stefan Fritsch
2013-07-02Revert previous: sizeof(time_t) != sizeof(long) on LP64, so there wasPhilip Guenther
2013-07-02Use time_t for storing and returning time_t values, and cast to time_tPhilip Guenther
2013-07-02Cast to time_t before the final multiplication to prevent overflow inPhilip Guenther
2013-07-02Use time_t for storing time_t values. No change to the underlyingPhilip Guenther
2013-07-02Use time_t for storing time_t values, duhPhilip Guenther
2013-07-01syncTheo de Raadt
2013-07-01Pass ioctl() calls to parent uhidev() device first, to be able toMatthieu Herrb
2013-07-01The fast scrolling code causes random page table errors on older hardware.Mark Kettenis
2013-07-01Replace magic number in USRPTSIZE with the proper computation based uponMiod Vallat
2013-07-01Make some variables const that are filled from getenv(3), from argv,Ingo Schwarze
2013-07-01Make $(< /nonexistent) have the same behaviour as $(cat /nonexistent)Jeremie Courreges-Anglas
2013-07-01Tweak regexp so that RUSAGE_CHILDREN will be matched and displayedPhilip Guenther
2013-07-01Kill off some code that undocumently added an "-s" switch if user hadJeremie Courreges-Anglas
2013-07-01sync comment with it's intended meaning.Jasper Lievisse Adriaanse
2013-07-01Do not access queue fields directly, use FOREACH() macro instead.Alexander Bluhm
2013-07-01Unbreak "make includes" with an empty /usr/include by creating the 'objc'Martin Pieuchot
2013-07-01Properly substitute paths in the info file like it was done with the manAntoine Jacoutot
2013-07-01Use the LIST_FOREACH() macro when looping over advertising routers.Alexander Bluhm
2013-07-01When an I/O error occurs on a softraid chunk, only take it offline if theJoel Sing
2013-07-01The reverse parameter of in_pcblookup_listen() is a boolean and notAlexander Bluhm