summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add device agp to GENERIC, filter it out of floppy buildsanholt2002-08-045-0/+10
* Remove this abortive attempt.jake2002-08-043-526/+0
* Fix a mistake in 1.352 - I was returning a pointer to the rounded downpeter2002-08-042-2/+2
* Remove commented out PCI_ENABLE_IO_MODES. It is gone now.imp2002-08-043-3/+0
* Ported to sparc64.jake2002-08-044-5/+372
* Simplify the handling of a fragmented file_id descriptor. Alsoscottl2002-08-042-51/+50
* Try harder to check lang as path component (".", "..", / inside).ache2002-08-041-307/+345
* Change wctype_t to an unsigned type to avoid warnings.tjr2002-08-043-3/+3
* Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions.tjr2002-08-044-2/+203
* Add btowc(3) to SEE ALSO section.tjr2002-08-041-0/+1
* Include <sys/time.h> for the declaration of struct timeval. Do notbde2002-08-047-0/+7
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-0488-414/+620
* Use errno to indicate failure reason.ache2002-08-041-12/+18
* Fixed some style bugs (unsorting of MLINKS, and more than 1 assignment tobde2002-08-041-3/+3
* o Extend the scope of the page queues lock in contigmalloc1().alc2002-08-041-8/+8
* o Convert a vm_page_sleep_busy() into a vm_page_sleep_if_busy()alc2002-08-041-1/+3
* Use an 8.3 friendly extension when compressing with bzip2.obrien2002-08-041-1/+1
* Updated libc/libc_r that fixes the FreeBSD-SA-02:28.resolv resolver bug.obrien2002-08-045-9633/+7154
* Allow "-v -v" to mean very verbose.obrien2002-08-042-4/+23
* Fix generation of check-state rules, which i broke in last commit.luigi2002-08-041-1/+1
* o Request a wired page from vm_page_grab() in _pmap_allocpte().alc2002-08-042-10/+2
* Never allow a user to use crontab if opening /var/cron/{allow,deny} failstjr2002-08-041-16/+23
* Rewrite loadlocale() to eliminate LOAD_CATEGORY macro to save space.ache2002-08-041-28/+27
* Nonexistent SIZE_MAX -> SIZE_T_MAXache2002-08-041-1/+1
* Signal an error instead of giving the caller less memory than they askedtjr2002-08-041-0/+7
* Add options to print the argument and environment string parameters tomdodd2002-08-0410-6/+146
* Add a "FreeBSD ELF32" entry to ex_types[].mdodd2002-08-041-0/+1
* Print out the strings in vers.o instead of hardcoding the loader banner.jake2002-08-041-2/+4
* Terminate the output line when a non-returning syscall is printed.mdodd2002-08-045-0/+5
* Add options to print absolute and relative timestamps.mdodd2002-08-044-5/+46
* Kernel modifications necessary to allow to follow fork()ed children.mdodd2002-08-042-0/+11
* Allow tracking fork()ed children.mdodd2002-08-0411-10/+80
* Parameterize globals.mdodd2002-08-0411-143/+196
* If all file systems are marked nosuid, the line:gshapiro2002-08-031-8/+11
* o Ask for a prezeroed page in pmap_pinit() for the page directory page.alc2002-08-032-2/+2
* o Convert two instances of vm_page_sleep_busy() to vm_page_sleep_if_busy()alc2002-08-031-7/+6
* Add ERRORS section according to POSIX (no errors)ache2002-08-031-0/+2
* Catch empty encoding name tooache2002-08-031-1/+1
* Small diffs that p4 didn't catch when I extractedmux2002-08-031-2/+1
* This should have been committed too, I have no ideamux2002-08-031-1/+1
* Fix return codes to match what setrunelocale() returnsache2002-08-031-5/+2
* I should have committed this ages ago...mux2002-08-031-3/+15
* Now that the kernel is able to load modules itself,mux2002-08-0316-254/+26
* Preserve errno in fallback codeache2002-08-031-0/+3
* Fix handling of packets which matched an "ipfw fwd" rule on the input side.luigi2002-08-031-0/+13
* Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions.tjr2002-08-035-2/+170
* Correct use of Nm macro in NAME section and a broken cross reference.tjr2002-08-031-2/+3
* Return errno provided by fopen, not always ENOENT.ache2002-08-031-10/+10
* Check encoding for ".", ".." and / insideache2002-08-031-1/+5
* Return EINVAL for NULL or too long encoding, not EFAULTache2002-08-031-1/+1
OpenPOWER on IntegriCloud