summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename internal structure to fix cut & paste error.archie2004-04-041-3/+3
* The list of (key,value) pairs to request_init is terminated by a 0 key,dwmalone2004-04-041-1/+1
* Cast the terminating NULL to char * in the execl() call.mux2004-04-041-1/+1
* Calculate bio_completed properly or die!pjd2004-04-041-0/+3
* Fix a panic possibility caused by returning without releasing locks.pjd2004-04-041-37/+26
* Add FBSDID. Use getopt(3).charnier2004-04-041-11/+15
* Add FBSDID. err(3) changed to errx(3) because there is no errno messagecharnier2004-04-041-4/+4
* 2 small typos.charnier2004-04-041-2/+2
* Do not :-terminate err(3) string, one will be added anyway.charnier2004-04-041-1/+1
* Spell 2 as SHUT_RDWR when used as an argument to soshutdown().rwatson2004-04-042-2/+2
* Be consistant while reporting error conditions.charnier2004-04-041-2/+2
* Detatch incorrect spellings of detach.rwatson2004-04-041-1/+1
* Explicitly compare pointers with NULL rather than treating a pointer asrwatson2004-04-042-6/+9
* - Use the proper constant in sched_interact_update(). Previously,jeff2004-04-041-1/+1
* Add FBSDID. Use %ld to printf(3) a long (even if the number is small).charnier2004-04-041-3/+6
* Add FBSDID. Do not dot terminate errx(3) string.charnier2004-04-041-5/+6
* Drop the include of <stdint.h>, since r1.84 removed references of intmax_t.gad2004-04-041-1/+0
* Add back the `-e' option, which was mistakenly dropped when cleaninggad2004-04-041-1/+1
* Put a bunch of output that us really only useful in a debugmarkm2004-04-042-2/+26
* www.freebsdmirrors.org -> mirrorlist.freebsd.orgphantom2004-04-042-2/+2
* Add a workaround.pjd2004-04-041-2/+2
* - Use an ihandle_t to store the stdout instance handle instead of atmm2004-04-042-3/+3
* Add data for missing categories to zh_HK.Big5HKSCS locale.tjr2004-04-045-2/+8
* whoops, forgot to fix these places where arpresolve() was usedluigi2004-04-043-3/+3
* Remove support for emulating mbrtowc() and wcrtomb() in terms of thetjr2004-04-044-89/+4
* Reimplement the GB18030 encoding method using the new-style (mbrtowc()/tjr2004-04-041-123/+137
* Reimplement the deprecated UTF2 encoding method using the UTF-8 codetjr2004-04-041-104/+97
* I can't believe that we had the Queen's birthday but not the King's...jmg2004-04-041-0/+1
* Fix an off-by-one error in the function used to input the ascii/hex strings.phk2004-04-041-4/+7
* Document new ramdisk_X_????? settings.wes2004-04-041-0/+52
* + arpresolve(): remove an unused argumentluigi2004-04-045-34/+12
* Added BSD license, as requested by author.wes2004-04-041-0/+22
* To quote the submitter:marcel2004-04-041-3/+15
* To quote submitter:marcel2004-04-041-8/+24
* Backout revision 1.31. The twa entries were moved to i386/conf/NOTES.nyan2004-04-041-3/+0
* Give a name of 'l' (list) to the union in struct listinfo. This isgad2004-04-041-28/+30
* Include <time.h> instead of depending on namespace pollution in <sys/stat.h>bde2004-04-041-0/+1
* Hookup `arcfour.c' to the build (missed during upgrade to heimdal 0.6.1).nectar2004-04-041-0/+1
* It seems growfs(8) is now WARNS?=6 safe.mux2004-04-031-1/+1
* Fix the remaining warnings of growfs(8) on my sparc64 box withmux2004-04-032-5/+5
* In uart_ebus_probe(), match "su_pnp" besides "su" for ns8250 familymarcel2004-04-031-2/+4
* - Don't abuse caddr_t when what we really want is a void *.mux2004-04-031-4/+5
* Add the ability to disable agp devices at the loader prompt. Usage isnjl2004-04-0314-0/+28
* Temporarily go back to WARNS=0 until I can figure out what's breakingle2004-04-031-1/+1
* Move the definition of rss() from db_interface.c to cpufunc.h wheremarcel2004-04-032-13/+8
* Remove CADDR1 and CMAP1. They are unused.alc2004-04-031-2/+0
* Resolve conflicts after import of Heimdal 0.6.1.nectar2004-04-0330-3470/+196
* This commit was generated by cvs2svn to compensate for changes in r127808,nectar2004-04-03190-18275/+47053
|\
| * Vendor import of Heimdal 0.6.1.nectar2004-04-03193-18479/+47473
* | Resolve conflicts after import of Heimdal 0.6.1 libcom_err.nectar2004-04-037-84/+85
OpenPOWER on IntegriCloud