| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), | tjr | 2004-03-17 | 7 | -34/+28 |
* | Remove tun_proc; replace with tun_pid. tun_proc pointer may be stale | rwatson | 2004-03-17 | 1 | -7/+14 |
* | Add tap_mtx to tap_softc in order to protect per-softc variables | rwatson | 2004-03-17 | 2 | -2/+44 |
* | Implement "arlconfig arlX quality". | fjoe | 2004-03-16 | 8 | -328/+226 |
* | New release note: | hrs | 2004-03-16 | 2 | -0/+10 |
* | Avoid doing bawrite to initialize inode block while holding cylinder | kan | 2004-03-16 | 1 | -1/+3 |
* | Run through indent(1) so I can read the code without getting a headache. | des | 2004-03-16 | 28 | -10634/+10466 |
* | Fix copyrights and mandoc markup. | fjoe | 2004-03-16 | 3 | -22/+23 |
* | Use void * instead of char * to avoid violating C99 strict aliasing rules. | des | 2004-03-16 | 1 | -17/+12 |
* | Use unions to avoid violating C99 strict aliasing rules. | des | 2004-03-16 | 6 | -43/+50 |
* | Approved by: mat (mentor). | thierry | 2004-03-16 | 1 | -0/+1 |
* | Add explicit dependency on "ether", since we use ether_ifattach(). | mux | 2004-03-16 | 1 | -0/+1 |
* | Refactor the existing machine-dependent sf_buf_free() into a machine- | alc | 2004-03-16 | 10 | -127/+48 |
* | Remove a bogus assertion and readd it in a more correct location. A thread | jhb | 2004-03-16 | 1 | -1/+1 |
* | Added entries for 90 columns russian VGA modes. | schweikh | 2004-03-16 | 1 | -0/+22 |
* | Fix $FreeBSD$ ids. | obrien | 2004-03-16 | 11 | -11/+29 |
* | Change libdisk and sysinstall to use d_addr_t rather than u_long for disk | jhb | 2004-03-16 | 10 | -167/+190 |
* | Update the SiS support to distinguish older southbridges better. | sos | 2004-03-16 | 2 | -9/+21 |
* | New release note: | hrs | 2004-03-16 | 2 | -0/+8 |
* | o Add an -S option to not attempt to ascertain the validity of a shell. | mtm | 2004-03-16 | 2 | -13/+59 |
* | Remove dangling raidctl reference | phk | 2004-03-16 | 1 | -1/+1 |
* | Add powerpc to temporary fix. The new cpu device claims all | grehan | 2004-03-16 | 1 | -2/+2 |
* | Refer to "wide characters" instead of "wide-characters". | tjr | 2004-03-16 | 3 | -15/+15 |
* | The arlconfig is needed on i386 only. | nyan | 2004-03-16 | 1 | -0/+2 |
* | Move the arl to i386 only. | nyan | 2004-03-16 | 1 | -1/+1 |
* | Don't use the pcic polling. | nyan | 2004-03-16 | 1 | -1/+1 |
* | Remove the RAIDframe manual page | scottl | 2004-03-16 | 2 | -396/+0 |
* | Remove the RAIDframe userland tool. | scottl | 2004-03-16 | 5 | -3031/+0 |
* | Remove the module reference for RAIDframe | scottl | 2004-03-16 | 1 | -1/+0 |
* | Remove RAIDFrame. It hasn't worked since GEOM replaced the old disk | scottl | 2004-03-16 | 138 | -42458/+0 |
* | Given the impact of CFLAGS and COPTFLAGS on the build, report them in | des | 2004-03-16 | 1 | -3/+3 |
* | Whitespace nit. | des | 2004-03-16 | 1 | -1/+1 |
* | Sort MLINKS. | tjr | 2004-03-16 | 1 | -1/+1 |
* | Nudge Giant as far as I can into kern_open(). Mark open() as MPSAFE. | dwmalone | 2004-03-16 | 7 | -26/+30 |
* | Get ready to mark open, creat and nosys as MPSAFE. | dwmalone | 2004-03-16 | 1 | -3/+3 |
* | Add fairly minimal documentation for the nmount() syscall. | tjr | 2004-03-16 | 2 | -3/+35 |
* | Use vfs_nmount() to mount linprocfs filesystems in linux_mount(); | tjr | 2004-03-16 | 1 | -4/+21 |
* | Make vfs_nmount() public. The Linux emulator needs this in order to mount | tjr | 2004-03-16 | 2 | -2/+2 |
* | Correct size argument passed to copyinstr() in linux_mount(): mntfromname | tjr | 2004-03-16 | 1 | -2/+2 |
* | Fix memory leak | cperciva | 2004-03-16 | 1 | -2/+2 |
* | Rename the wiredlen member of struct sysctl_req to validlen and always | truckman | 2004-03-16 | 2 | -15/+17 |
* | New release note: | hrs | 2004-03-16 | 2 | -0/+6 |
* | Don't bother calling vslock() and vsunlock() if oldlen is zero. | truckman | 2004-03-16 | 1 | -7/+9 |
* | Set TZ to UTC so dates in the history file will match dates in the logs. | des | 2004-03-16 | 1 | -0/+1 |
* | Build the tinderbox with -O2. | des | 2004-03-16 | 1 | -0/+2 |
* | The documentation lists configuration variables in uppercase, so dump | des | 2004-03-16 | 1 | -1/+1 |
* | Add configuration shortcuts for CFLAGS and COPTFLAGS. | des | 2004-03-16 | 2 | -4/+32 |
* | Allow the user to override CFLAGS and COPTFLAGS on the command line. | des | 2004-03-16 | 2 | -4/+20 |
* | When installing boot blocks into an Alpha BSD label, setup the location, | jhb | 2004-03-15 | 1 | -0/+10 |
* | Add a mixer script that saves the current settings of all mixers present | jhb | 2004-03-15 | 2 | -1/+113 |