summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use a more sophisticated check that works better with older versionsmike2001-10-291-5/+5
* Make the output from assert() look more like the example in the C99mike2001-10-292-6/+6
* Make the clock vector 255 instead of 240. On Lion boxes, 240 ismarcel2001-10-292-3/+3
* Forced commit: Previous diff removed the UserConfig section frombmah2001-10-290-0/+0
* Add infrastructure for an ia64 hardware list. It's a long way frombmah2001-10-294-1/+55
* Small correction in the LOCAL_SAPIC structure. The Flags fieldmarcel2001-10-291-3/+2
* Start to unravel some of the mess in the Ethernet NIC section. Thebmah2001-10-292-130/+186
* Clean up the style of this header file.joe2001-10-291-186/+190
* Clarify a release note entry about fe(4)-supported PC Cards.bmah2001-10-292-4/+4
* More white space changes.joe2001-10-291-3/+3
* More stylistic tidying.joe2001-10-291-20/+21
* log routine called w/ %ld and int argument, cast argument to longdillon2001-10-291-1/+1
* fix int argument used in printf w/ %ld (cast to long)dillon2001-10-291-2/+3
* promote tv_sec in printf to make it type agnosticdillon2001-10-291-4/+4
* o Do not parse the MADT as a side-effect in AcpiOsGetRootPointer,marcel2001-10-298-165/+359
* Make ttyprintf() of tv_sec value type agnostic.dillon2001-10-291-4/+4
* cast dev_t to int in printf to fix warning.dillon2001-10-291-1/+1
* Set RB_MULTIPLE (multiple console support) if the kernel is bootedmarcel2001-10-292-0/+6
* Fix ctime(&int) due to change to lastlog->ll_timedillon2001-10-291-1/+2
* Remove training white spaces, and some other style violations.joe2001-10-291-90/+90
* localtime() was being called with an int-pointer due to recent utmpdillon2001-10-291-2/+4
* localtime() was being called on an int pointer (due to recentdillon2001-10-291-6/+13
* Fix long format mismatch with int argdillon2001-10-291-1/+1
* 1) In devclass_alloc_unit(), skip duplicated wired devices (i.e. with fixedache2001-10-281-8/+8
* o Restore previous inconsistent style to login_fbtab.c, following itsrwatson2001-10-281-22/+22
* Adjust printfs to be time_t agnostic.dillon2001-10-282-7/+7
* Do not assume that sizeof(tv_sec) is sizeof(time_t) - it will be, butdillon2001-10-281-4/+9
* Fix int vs time_t, convert int to time_tdillon2001-10-281-2/+3
* Convert time_t to/from 32 bit representations for transmission overdillon2001-10-281-4/+6
* Fix time_t == int assumption, convert protocol int to time_t.dillon2001-10-281-1/+2
* Fix time_t == int assumption, properly convert protocol int to time_t.dillon2001-10-281-3/+2
* Properly convert long to time_tdillon2001-10-282-2/+4
* Add time_to_int(), int_to_time(), time_to_long(), long_to_time().dillon2001-10-282-0/+44
* Make the protocol/dumprestore.h header match restore's idea of the dumpdillon2001-10-284-22/+45
* Add routines to convert time_t to/from fixed-bit fields. These routinesdillon2001-10-283-1/+69
* Make this compile cleanly when warnings are enabled:schweikh2001-10-288-227/+310
* Typo.n_hibma2001-10-281-2/+2
* Add a Xref to dumpon.n_hibma2001-10-281-0/+1
* Revert the reindentation of struct task's definition from rev 1.4.jhb2001-10-281-4/+4
* - More whitespace and comment cleanups.jhb2001-10-283-105/+138
* Explain that /var/log/all.log needs to be touched and chmod'd 'ere itasmodai2001-10-281-0/+1
* Correct attribution.asmodai2001-10-281-1/+1
* Fix a problem in the disk related hack where device nodes for a physicallyphk2001-10-282-1/+3
* Introduce [IPC|SHM]_[INFO|STAT] to shmctl to makemr2001-10-284-4/+113
* deltat declared time_t, msg("") call used %d (assumed time_t == int).dillon2001-10-281-1/+2
* fixed to support pc98nyan2001-10-281-0/+5
* Remove duplicate apm entry for pc98nyan2001-10-281-2/+1
* Removed pmc_isa_identify function. It is not needed.nyan2001-10-282-26/+0
* Use a quad int conversion routine for time_t instead of ulong, capable ofdillon2001-10-281-2/+4
* Various string fields for certain cpio types are 11 rather then 8dillon2001-10-281-6/+15
OpenPOWER on IntegriCloud