summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Convert two instances of vm_page_sleep_busy() into vm_page_sleep_if_busy()alc2002-08-021-6/+9
* Move a prototype to the least wrong place.phk2002-08-026-2/+4
* ptvmmap does not exist on alpha.peter2002-08-021-1/+0
* Work to fix LINT build.rwatson2002-08-021-0/+1
* TARGET_CPUTYPE should exist solely in Makefile.inc1, similar toru2002-08-023-10/+11
* (forced)sobomax2002-08-020-0/+0
* When extracting package pass `-p' option to tar(1), so that files aresobomax2002-08-021-1/+1
* SYSINIT needs to be SI_SUB_PSEUDO. Add a printf to tell we are here.phk2002-08-021-1/+2
* Catch up to the rev. 1.694 changes; WITHOUT_X11 is not anymore set inru2002-08-021-1/+2
* typo.phk2002-08-021-1/+1
* Add the minimalist elan-mmcr device driver.phk2002-08-023-0/+87
* Add a libnames entry for libugidfw.rwatson2002-08-022-0/+2
* Sligtly modify previous out-of-bounds fix: just break instead ofache2002-08-021-1/+1
* De-gccize CFLAGS by removing it.rwatson2002-08-021-2/+0
* Remove an #include <syslog.h>. It's already included conditionallymux2002-08-021-1/+0
* Use a cast to `void *' before casting to a pointer to a structurerobert2002-08-021-5/+8
* Modernise the cdevsw WRT to (unused) kqueue.markm2002-08-021-0/+2
* Remove the last reference to NOUUCP - we don't have UUCP in the basemarkm2002-08-021-1/+1
OpenPOWER on IntegriCloud