| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use "kbytes" instead of "blocks" in messages as this is really | schweikh | 2002-08-24 | 1 | -2/+2 |
* | Don't use NULL when we really mean 0 for call to pw_edit. | imp | 2002-08-21 | 1 | -1/+1 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 2 | -5/+5 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 1 | -2/+2 |
* | Fix buildworld breakage. | roberto | 2002-08-20 | 1 | -1/+1 |
* | Be consistent about quoting things. | phk | 2002-08-20 | 1 | -26/+44 |
* | Add a new `-H' modifier, which when combined with `-p' or `-P' allows to dump | sobomax | 2002-08-19 | 2 | -14/+38 |
* | Include <nlist.h> for nlist interfaces instead of depending on namespace | bde | 2002-08-18 | 1 | -0/+1 |
* | Use essentially the same formatting of the CPU stats percentages as in | bde | 2002-08-18 | 1 | -1/+1 |
* | Include <nlist.h> for nlist interfaces instead of depending on namespace | bde | 2002-08-18 | 1 | -0/+1 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -1/+1 |
* | Remove a case of exposing 'struct ucred' to userspace. Use a struct xucred | alfred | 2002-08-15 | 1 | -7/+7 |
* | mdoc(7) police: Removed redundant .Ns calls. | ru | 2002-08-13 | 7 | -9/+9 |
* | Ensure that origin field in the packing list structure is initialised. This | sobomax | 2002-08-12 | 1 | -0/+1 |
* | add support properly displaying and logging incoming telephone numbers (MSNs) | hm | 2002-08-12 | 7 | -2/+95 |
* | Warn that hex keys are the most portable. | imp | 2002-08-12 | 1 | -1/+5 |
* | Fix conjugation of exists and add full stops to the messages I changed. | dwmalone | 2002-08-11 | 1 | -2/+2 |
* | add experimental support for Data over Voice (DoV) outgoing calls. | hm | 2002-08-11 | 6 | -6/+39 |
* | Update manpage to match the code, vfsload() isn't used | mux | 2002-08-11 | 1 | -4/+2 |
* | Update manpage to match the code, vfsload() is not used | mux | 2002-08-11 | 1 | -4/+2 |
* | Fix typos; each file has at least one s/seperat/separat/ | schweikh | 2002-08-11 | 2 | -7/+7 |
* | Add break's to case blocks. | mikeh | 2002-08-10 | 1 | -0/+2 |
* | Teach sysinstall that documents on the boot floppy might not be gzipped. | jhay | 2002-08-09 | 2 | -0/+12 |
* | Apply the envp fix to the other call to main() as well. | gshapiro | 2002-08-09 | 1 | -2/+2 |
* | Improve the code for detecting UID ranges so that usernames such | iedowse | 2002-08-09 | 1 | -3/+3 |
* | Add DVD+RW support to the ATA driver and burncd. This also closes | sos | 2002-08-08 | 2 | -19/+140 |
* | Add capability for limiting the maximum number of simultaneous | ume | 2002-08-07 | 3 | -4/+315 |
* | Typo: s/seperately/separately | schweikh | 2002-08-06 | 3 | -3/+3 |
* | Suppress spurious warning messages about rm -rf TEMPROOT failing | dougb | 2002-08-05 | 1 | -3/+3 |
* | Use wi_ltv_domains struct to print domains | imp | 2002-08-05 | 1 | -7/+5 |
* | Add more (possibly useless) information to wicontrol's output (maybe | imp | 2002-08-05 | 1 | -1/+79 |
* | Fix a couple DESTDIR related problems. Credit for the "Only in" section | dougb | 2002-08-05 | 1 | -2/+2 |
* | Pass envp to crunched program's main() routines as some depend on it. | gshapiro | 2002-08-04 | 1 | -2/+4 |
* | Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz. | knu | 2002-08-04 | 1 | -1/+1 |
* | Drop support for the .tbz2 suffix. One would not want pkg_create(1) | knu | 2002-08-04 | 2 | -6/+2 |
* | Use an 8.3 friendly extension when compressing with bzip2. | obrien | 2002-08-04 | 1 | -1/+1 |
* | Never allow a user to use crontab if opening /var/cron/{allow,deny} fails | tjr | 2002-08-04 | 1 | -16/+23 |
* | Now that the kernel is able to load modules itself, | mux | 2002-08-03 | 2 | -23/+1 |
* | gcc tells me that this isn't a prototype, and it is right :-) Use | imp | 2002-08-03 | 1 | -4/+1 |
* | When extracting package pass `-p' option to tar(1), so that files are | sobomax | 2002-08-02 | 1 | -1/+1 |
* | Add a libnames entry for libugidfw. | rwatson | 2002-08-02 | 1 | -0/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-02 | 3 | -0/+191 |
* | Fix links to the FAQ and the Handbook | blackend | 2002-08-01 | 1 | -2/+2 |
* | Use struct xfile, not struct file. | des | 2002-07-31 | 2 | -26/+22 |
* | Correct URL to the FAQ | blackend | 2002-07-31 | 1 | -1/+1 |
* | Correct links to Handbook's pages, old URLs does not work anymore. | blackend | 2002-07-30 | 2 | -3/+3 |
* | Do a case insensitive comparison when comparing the ms-chap response | brian | 2002-07-30 | 1 | -1/+1 |
* | Fix int/size_t mismatch for sysctl arguments. Try not to introduce more | jake | 2002-07-30 | 1 | -5/+10 |
* | Use fchmod() to restore the tty modes. | peter | 2002-07-30 | 1 | -1/+1 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 4 | -5/+5 |