summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up some loose ends.peter2002-04-2923-297/+33
| | | | | | | | | | | | i386/ia64/alpha - catch up to sparc64/ppc: - replace pmap_kernel() with refs to kernel_pmap - change kernel_pmap pointer to (&kernel_pmap_store) (this is a speedup since ld can set these at compile/link time) all platforms (as suggested by jake): - gc unused pmap_reference - gc unused pmap_destroy - gc unused struct pmap.pm_count (we never used pm_count - we track address space sharing at the vmspace)
* Spell hw.cbb.start_memory the same in the HINT as well as the sysctl.imp2002-04-291-1/+1
| | | | Noted by: bde
* Make sysctl RWimp2002-04-291-4/+4
|
* Moving closer to being able to use NetBSD's generic mii_set_media()phk2002-04-293-20/+141
| | | | function.
* Untimeout before calling timeout. I think that I have caught all the casesimp2002-04-292-3/+7
| | | | where we were scheduling a timeout multiple times, but am not positive.
* Edging ever closer to NetBSD...phk2002-04-293-12/+11
|
* Barrow something from the `nmap' port to help the ENOCLUE people upgradingobrien2002-04-291-0/+2
| | | | from releng4 and are not able to properly read make(1) output.
* Add something absurd I used one night as an example of CS overcomplicationjmallett2002-04-291-0/+19
| | | | of things most hackers take for granted.
* Move us yet closer to IFM_* definitions in NetBSD.phk2002-04-294-56/+56
|
* Document three synchronization issues in vm_fault().alc2002-04-291-0/+8
|
* Add one more here.jmallett2002-04-291-0/+10
| | | | Submitted by: Glen "Going to be a Daddy" Neff
* Remove a Kurt Vonnegut quote that appears in fortunes.jmallett2002-04-291-18/+0
|
* Spell out the name of Hunter S. Thompson.jmallett2002-04-293-6/+6
|
* Sort one, remove some dupes.jmallett2002-04-291-17/+3
|
* Add something I found amusing when overheard, and a paraphrasal of it.jmallett2002-04-291-0/+4
|
* Move the Rush Limbaugh fortunes to the offensive file, right after thedougb2002-04-292-227/+227
| | | | | Anti-Reagan section. :) Apparently, people find opinions contrary to their own to be offensive.
* Sort according to ../tools/do_sortdougb2002-04-291-263/+264
|
* Diff reduction to my experimental code: clean up return code handling.anholt2002-04-2924-359/+354
| | | | Approved by: des
* * Add a quote about the differences between human and machinedougb2002-04-281-1/+239
| | | | | | understanding from Ellen Ullman. * Add Rush Limbaugh's 35 Undeniable Truths of Life. The ordering of the entries is due to the ../tools/do_sort script.
* Add a French calendar.dwmalone2002-04-285-3/+21
| | | | | | PR: 32265 Submitted by: Thierry Thomas <thierry@pompo.net> MFC after: 1 week
* Pass the caller's file name and line number to the vm_map locking functions.alc2002-04-282-20/+35
|
* add a missing \n to an unregister failure messagecg2002-04-281-1/+1
|
* recognise ct5880-ecg2002-04-281-1/+7
| | | | Submitted by: SONODA Yoshihide <yshd@na.rim.or.jp>
* * Add $FreeBSD$ to limerick and zippydougb2002-04-288-752/+754
| | | | | | | * Delete trailing white space in all its forms. In addition to being bad style in general, it also causes formatting, and other problems for various third party items (like xscreensaver) which use fortunes for their own purposes.
* Kill one version of a limerick here.jmallett2002-04-281-6/+0
| | | | Approved by: The usual suspects on that IRC channel.
* Kill some duplicates.jmallett2002-04-281-24/+0
| | | | Kill an incorrectly duplicated Einstein limerick (thanks phk!)
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-2814-50/+50
|
* Don't pass three args when one will do just fine, and even preventphk2002-04-2819-24/+29
| | | | mistakes like the one brgphy.c (now corrected).
* Move drm to the i386-only section.des2002-04-281-1/+1
|
* Improve an API by about 4 lines per driver.phk2002-04-2817-67/+21
|
* Use generic MII #defines instead of private ones when the registersphk2002-04-282-169/+67
| | | | | | are IEEE defined. Object file comes out the same.
* Merge in rev 1.9 from NetBSD.phk2002-04-281-3/+81
|
* We don't need the arp kludge any more.phk2002-04-282-13/+0
|
* Stylistic sweep through the timecounter code.phk2002-04-283-192/+246
| | | | Renovate comments.
* Don't screw up our uptime with historical dates.phk2002-04-281-1/+1
|
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-2837-267/+279
| | | | | | fact that caddr_t is often misspelled as char *. Sponsored by: DARPA, NAI Labs
* Minor nit; return(foo) from main rather than exit(foo).markm2002-04-281-1/+1
|
* Very minor whitespace nit.markm2002-04-281-1/+0
|
* Remove GCC-specific flags.markm2002-04-281-1/+0
|
* Reorder for style.markm2002-04-282-6/+6
|
* Remove GCC-specific flags.markm2002-04-281-1/+0
|
* Fix VCS tags; ANSIfy functionsmarkm2002-04-281-14/+8
|
* Add some function prototypes to squash warnings.markm2002-04-281-0/+6
|
* Easy warns fixes; sort out some types and me them a bit more consistent;markm2002-04-281-8/+9
| | | | fix initialisers.
* Warnings fix; ANSIfy, constify, mark unused function parameter(s).markm2002-04-283-18/+13
|
* Warns; ANSIfy, constify and move declarations into a common header.markm2002-04-283-39/+68
|
* Remove GCC-specific flags.markm2002-04-281-1/+0
|
* Fix a const-char vs char issue.markm2002-04-281-1/+3
|
* Very minor whitespace nit.markm2002-04-281-0/+1
|
* Declarations cleanup; make sure externs are in a common header.markm2002-04-283-9/+72
| | | | Fix declarations, casts and return values.
OpenPOWER on IntegriCloud