Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-03 | It's not really possible to make strtonum() deal with unsigned long | Todd C. Miller | |
long values properly so don't bother trying. This greatly simplifies the code. tedu@ OK with input from otto@ and others. | |||
2004-08-03 | Add a MIIF_FORCEANEG flag to be passed to mii_attach. This forces an | Brad Smith | |
autonegotiation to take place if IFM_AUTO is selected in mii_media_set. From NetBSD | |||
2004-08-03 | Fix a minor bug where indirect config crashes the kernel | Per Fogelstrom | |
when match verbose is turend on. | |||
2004-08-03 | NFS commit coalescion: instead of sending a commit for each block, coalesce | marius eriksen | |
these into larger ranges wherever possible. this should speed up NFS writes quite a bit. ok art@ millert@ pedro@ tedu@ | |||
2004-08-03 | add an MLINK for mixer(4) that points to audio(4), | Jared Yanovich | |
since the page describes both devices ok jmc deraadt marius | |||
2004-08-03 | Implement cvs_ent_remove() | Jean-Francois Brousseau | |
2004-08-03 | Add a section for macros | Jean-Francois Brousseau | |
2004-08-03 | Fix some small bugs and make macros work for real | Jean-Francois Brousseau | |
2004-08-03 | Cleanup and remove some ENSURE. OK henning@ | Claudio Jeker | |
2004-08-03 | mention EBUSY, ok jmc@ | Pedro Martelletto | |
2004-08-03 | Make mrt dumps mrt compliant. I already fixed one of those but this one | Claudio Jeker | |
slipped my attention. Now all bgpd dumps can be read with mrt's route_btoa. | |||
2004-08-03 | deny hilarious prepends. OK henning@ | Claudio Jeker | |
2004-08-03 | Fix mem-leak on exit. OK henning@ | Claudio Jeker | |
2004-08-03 | -src/-srcmask are no more | Henning Brauer | |
2004-08-03 | Print more diagnostics on fsync failure in sched_sync. | Artur Grabowski | |
2004-08-03 | Make the code more portable by #ifdef-ing RTF_MPATH. OK henning@ | Claudio Jeker | |
2004-08-03 | only neuter fc builtin if initial shell is not interactive | Dan Harnett | |
ok miod@ | |||
2004-08-03 | forgot mandir. reorder slightly. | Marc Espie | |
2004-08-03 | Support @sample, tested by fries@. | Marc Espie | |
@mandir and @fontdir keywords recognition. | |||
2004-08-03 | the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@ | Todd T. Fries | |
2004-08-03 | display route labels with "route get", and allow them to be set | Henning Brauer | |
2004-08-03 | introduce route labels, allowing for up to 32 bytes of info to be attached | Henning Brauer | |
to a route. the label is sent over the routing socket wrapped into a new struct sockaddr_rtlabel, allowing for handling it like any other sockaddr. struct rtentry only contains a (16 bit) label-ID, with the actual labels kept outside the routing table. ID allocator code inspired by my own code for altq and pf tags. mostly hacked at the c2k4 hackathon, markus ok | |||
2004-08-03 | Rewrite the transport reference count code to avoid leaks. | Hakan Olsson | |
hshoexer@ ok. | |||
2004-08-03 | - kill a rake of unnecessary .Bk/.Ek macros | Jason McIntyre | |
- simplify SYNOPSIS - sort options - adjust -width for FILES - standard EXAMPLES format - sync usage() | |||
2004-08-03 | insure -> ensure; | Jason McIntyre | |
2004-08-03 | Handle geometry parameters as unsigned quantities, getting rid of | Otto Moerbeek | |
negative number of sectors on large disks and other similar problems. Also make reading of ASCII disk labels more robust by using strtonum(3) instead of atoi(3). ok millert@ deraadt@ | |||
2004-08-03 | spacing | Theo de Raadt | |
2004-08-03 | Handle geometry parameters as unsigned quantities, getting rid of negative | Otto Moerbeek | |
number of sectors on large disks and other similar problems. ok toby@ tom@ deraadt@ | |||
2004-08-03 | tweaks; | Jason McIntyre | |
2004-08-03 | Xrs from Alexey E. Suslikov; | Jason McIntyre | |
2004-08-03 | add ifconfig(8) Xr and spacing; | Jason McIntyre | |
from Alexey E. Suslikov; | |||
2004-08-03 | document SHARED_ONLY | Marc Espie | |
2004-08-03 | When accessing device nodes over nfs, do not trim major and minor numbers | Miod Vallat | |
to 8 bits only; found the hard way by henning@. Ok deraadt@ marius@ millert@ | |||
2004-08-03 | Document 'syncpeer'. | Ryan Thomas McBride | |
2004-08-03 | Allow a unicast ip address to be specified for pfsync with the 'syncpeer' | Ryan Thomas McBride | |
keyword. This address is used instead of the multicast address to send state updates; this allows pairs of pfsync firewalls to protect the traffic with IPSec. ifconfig must be updated to match the kernel. | |||
2004-08-03 | Allow a unicast ip address to be specified for pfsync to send it's state | Ryan Thomas McBride | |
updates to; this allows pairs of pfsync firewalls to protect the traffic with IPSec. | |||
2004-08-03 | When creating a file, set its last access and modification times to the | Jean-Francois Brousseau | |
last timestamp received by the `Mod-time' command | |||
2004-08-03 | Move all of the request- and response-specific handlers into separate | Jean-Francois Brousseau | |
files and have only the generic function of each type available to the outside | |||
2004-08-03 | Don't MKADMIN on cvs_file_get() | Jean-Francois Brousseau | |
2004-08-03 | Fix an annoying error message on checkouts by loading administrative | Jean-Francois Brousseau | |
information from the CVS Entries, Root and Repository files if the CVS directory exists | |||
2004-08-03 | cleanup | Jean-Francois Brousseau | |
2004-08-03 | Initialize ndirs | Jean-Francois Brousseau | |
2004-08-03 | make pstat -f show locking | Michael Coulter | |
ok art@ tedu@ much help from pedro@ | |||
2004-08-03 | microcode for interrupts coalescing on fxp; from intel via freebsd | Michael Shalayeff | |
2004-08-03 | Hehehe. Remove an #if 0 function that was used in the early days to debug | Artur Grabowski | |
why vga scrolling wasn't working by sending beeps on the speaker. | |||
2004-08-03 | include some usb ethernet drivers | Theo de Raadt | |
2004-08-03 | include some usb ethernet drivers | Theo de Raadt | |
2004-08-03 | include some usb ethernet drivers | Theo de Raadt | |
2004-08-03 | include a few more ethernet drivers | Theo de Raadt | |
2004-08-03 | permit other types in a bit field (too common) | Theo de Raadt | |