summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Return ENAMETOOLONG for long PATH_LOCALE, not EFAULTache2002-08-031-1/+1
* 1) Use errno to indicate faulure reason.ache2002-08-031-44/+89
* gcc tells me that this isn't a prototype, and it is right :-) Useimp2002-08-031-4/+1
* o Don't set PG_MAPPED on the page allocated and mapped in _pmap_allocpte().alc2002-08-032-2/+0
* Add ISO C90 Amd. 1 wctype(3) and iswctype(3) functions.tjr2002-08-035-5/+198
* Ignore memory above 4GB for now due to unpleasant pci issues.peter2002-08-031-0/+15
* o Remove the setting of PG_MAPPED from vm_page_wire() andalc2002-08-031-2/+0
* Take advantage of the fact that there is a small 1MB direct mapped regionpeter2002-08-032-16/+22
* Take a shot at fixing a nasty bug in the pmap changes that I did. Ipeter2002-08-032-2/+2
* We now have opt_wi.h, so go ahead and add it. Default it to 1.imp2002-08-031-1/+4
* Add code that will download firmware to a Symbol LA4100-series of CFimp2002-08-034-1/+4537
* While PCI interrupts are shareable, this should not have been committed justimp2002-08-021-7/+0
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-0218-2/+1878
* Make the consumers of the linker_load_file() function usemux2002-08-024-10/+9
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-021-0/+5
* When preserving the IP header in extra mbuf in the IP forwardingrwatson2002-08-021-0/+7
* Improve ordering of MAC entry points in mac_policy_op structure.rwatson2002-08-022-12/+12
OpenPOWER on IntegriCloud