| Commit message (Expand) | Author | Age | Files | Lines |
* | Move cpu_exit() earlier in exit1() to close a race between | jhb | 2007-05-14 | 1 | -16/+10 |
* | Eliminate M_TEMP. | scottl | 2007-05-14 | 1 | -3/+3 |
* | Eliminate the use of M_TEMP. | scottl | 2007-05-14 | 6 | -115/+122 |
* | -n is used by newfs to tell "do not generate a .snap directory" instead of | remko | 2007-05-14 | 1 | -4/+4 |
* | o Re-indent long lines. | maxim | 2007-05-14 | 1 | -6/+6 |
* | handle IPv6 router alert option contained in an incoming packet per | jinmei | 2007-05-14 | 1 | -4/+18 |
* | o Install 480.status-ntpd. | maxim | 2007-05-14 | 1 | -0/+1 |
* | GParted seems to have replaced QTParted on the System Rescue CD, | bmah | 2007-05-14 | 1 | -1/+1 |
* | Mention tools (specifically ntfsresize, QTPartd, and SystemRescueCD) | bmah | 2007-05-14 | 1 | -16/+15 |
* | Restore previous behaviour of aborting delete-old* if rm failed. | des | 2007-05-14 | 1 | -2/+2 |
* | Replace select() by poll() to avoid problems with big | mav | 2007-05-14 | 2 | -6/+7 |
* | Document RFTHREAD | pav | 2007-05-14 | 1 | -1/+9 |
* | Backout revisions 1.16-1.14. | dds | 2007-05-14 | 2 | -59/+7 |
* | I guess powerpc needs vfork(), add it to the symbol list. | deischen | 2007-05-14 | 1 | -0/+1 |
* | Use unsigned comparisons. Prior to this commit, SHA1_Update and | cperciva | 2007-05-14 | 2 | -2/+4 |
* | Update wlan_amrr supported to match the driver. | kevlo | 2007-05-14 | 1 | -0/+1 |
* | Link the defunct MUTEX_PROFILING option to LOCK_PROFILING. | thompsa | 2007-05-13 | 1 | -0/+1 |
* | 'netstat -A -p tcp' doesn't print the Socket but the Tcpcb pointer in the | andre | 2007-05-13 | 1 | -1/+1 |
* | Complete the (mechanical) move of the TCP reassembly and timewait | andre | 2007-05-13 | 6 | -624/+25 |
* | Add `accept dns' to rfcomm-server example | pav | 2007-05-13 | 1 | -0/+1 |
* | Update entries for building tags. | mckusick | 2007-05-13 | 2 | -8/+12 |
* | Greatly speed up {check,delete}-old* by replacing make loops with sh loops. | des | 2007-05-13 | 1 | -28/+20 |
* | Temp workaround for config_intrhook_establish running the hook | mjacob | 2007-05-13 | 1 | -0/+3 |
* | Add prototypes for ether_aton_r() and ether_ntoa_r() missed in previous | rwatson | 2007-05-13 | 1 | -0/+2 |
* | Add ether_aton_r and ether_ntoa_r to public symbol map for libc. | rwatson | 2007-05-13 | 1 | -0/+2 |
* | Add some notes about symbol versioning and the switch to libthr. | deischen | 2007-05-13 | 1 | -0/+13 |
* | Bump FreeBSD version for enabling of symbol versioning and changing | deischen | 2007-05-13 | 1 | -1/+1 |
* | Remove .mcount from gmon's Symbol map and add it to the appropriate | deischen | 2007-05-13 | 5 | -2/+27 |
* | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | deischen | 2007-05-13 | 18 | -786/+62 |
* | Add regression tests for ethers(3) functions, including new _r variants. | rwatson | 2007-05-13 | 3 | -1/+246 |
* | Add and document ether_ntoa_r() and ether_aton_r() functions, which accept | rwatson | 2007-05-13 | 2 | -37/+85 |
* | Move to more conformant style(9) before making functional changes. | rwatson | 2007-05-13 | 1 | -51/+35 |
* | o Add a script to check ntpd(8) state. Default is off. | maxim | 2007-05-13 | 3 | -1/+37 |
* | Disable PREEMPTION option. It causes some problem on pc98. | nyan | 2007-05-13 | 1 | -1/+1 |
* | Bump config(8) version and build requirement for config(8) to 600006. This | wkoszek | 2007-05-13 | 9 | -9/+9 |
* | Replace rev. 1.9 with patch from OpenBSD. | pav | 2007-05-12 | 1 | -3/+3 |
* | This is loser's commit message: | wkoszek | 2007-05-12 | 1 | -1/+12 |
* | Replace incomprehensive description of -m by much clearer text from OpenBSD, | pav | 2007-05-12 | 1 | -2/+3 |
* | Replace a fairly opaque sentence with a much clearer wording from NetBSD. | pav | 2007-05-12 | 1 | -2/+2 |
* | Add ${.CURDIR} before kernconf.tmpl in order to let the build see newly | wkoszek | 2007-05-12 | 1 | -1/+1 |
* | Improve INCLUDE_CONFIG_FILE support. | wkoszek | 2007-05-12 | 8 | -90/+422 |
* | o Fix several style bugs in the previous commit. | maxim | 2007-05-12 | 1 | -7/+15 |
* | Talk more about swap backing | pav | 2007-05-12 | 1 | -1/+8 |
* | Fix crash when using 'du' capability: NULL return of strpbrk was not handled | pav | 2007-05-12 | 1 | -2/+2 |
* | Remove cred argument, which was removed from code by phk two years ago | pav | 2007-05-12 | 2 | -7/+3 |
* | Correct two typos | pav | 2007-05-12 | 1 | -2/+2 |
* | Remove %m formatter, it's ifdef 0'ed in the code from the very beginning | pav | 2007-05-12 | 1 | -2/+0 |
* | Expand documentation for LD_TRACE_LOADED_OBJECTS_FMT? variables | pav | 2007-05-12 | 1 | -0/+6 |
* | Expand documentation of -f option | pav | 2007-05-12 | 1 | -1/+8 |
* | Document /boot/mbr (non-interactive boot block) | pav | 2007-05-12 | 1 | -0/+10 |