summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-03Copy scsireg.h from hp300/dev to hp300/stand, and use it within hp300/stand.Miod Vallat
2004-08-03Complete MVME188 coverage.Miod Vallat
2004-08-03Overhaul of the MVME188 logic:Miod Vallat
- change the split CMMU strategy from splitting on user/supervisor, then A14/A14*, to A12/A12*, then A14/A14*. I believe this arrangment, being more symmetrical, uses the extra CMMUs better. - correctly handle 88204 - they will split on A14 and A16 instead of A12 and A14. - fix the addressing logic, when we need to know if a specific CMMU manages a certain address, or not. Code is even smaller now! - since the strategy choice makes user/supervisor distinction obsolete, remove the associated logic in m8820x_cmmu_set(). We now run multiuser on a 2P128 (4:1 88200) HYPERmodule. All 4:1 configurations should work; 8:1 configurations (1P128 with 88200, and 1P512) could not been tested due to lack of such hardware.
2004-08-03hide more inside _KERNEL; miod okTheo de Raadt
2004-08-03Clear CMMU fault status registers after reading them, for 4:1 and 8:1Miod Vallat
MVME188 configurations. Thus, we are looking at valid values when electing the faulting CMMU.
2004-08-03Define BI_FDPASS for the BSD auth fd passing changes.Todd C. Miller
2004-08-03Enable strtonum testOtto Moerbeek
2004-08-03strtonum(3) regression tests.Otto Moerbeek
2004-08-03Update strtonum() protorTodd C. Miller
2004-08-03Add support for passing a file descriptor back and forth betweenTodd C. Miller
the parent program and the login script. This will be used by login scripts that need to maintain state, for instance keeping a record locked during authentication while using separate challenge and response authentication with S/Key. OK deraadt@ marius@ henning@
2004-08-03It's not really possible to make strtonum() deal with unsigned longTodd 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-03Add a MIIF_FORCEANEG flag to be passed to mii_attach. This forces anBrad Smith
autonegotiation to take place if IFM_AUTO is selected in mii_media_set. From NetBSD
2004-08-03Fix a minor bug where indirect config crashes the kernelPer Fogelstrom
when match verbose is turend on.
2004-08-03NFS commit coalescion: instead of sending a commit for each block, coalescemarius eriksen
these into larger ranges wherever possible. this should speed up NFS writes quite a bit. ok art@ millert@ pedro@ tedu@
2004-08-03add an MLINK for mixer(4) that points to audio(4),Jared Yanovich
since the page describes both devices ok jmc deraadt marius
2004-08-03Implement cvs_ent_remove()Jean-Francois Brousseau
2004-08-03Add a section for macrosJean-Francois Brousseau
2004-08-03Fix some small bugs and make macros work for realJean-Francois Brousseau
2004-08-03Cleanup and remove some ENSURE. OK henning@Claudio Jeker
2004-08-03mention EBUSY, ok jmc@Pedro Martelletto
2004-08-03Make mrt dumps mrt compliant. I already fixed one of those but this oneClaudio Jeker
slipped my attention. Now all bgpd dumps can be read with mrt's route_btoa.
2004-08-03deny hilarious prepends. OK henning@Claudio Jeker
2004-08-03Fix mem-leak on exit. OK henning@Claudio Jeker
2004-08-03-src/-srcmask are no moreHenning Brauer
2004-08-03Print more diagnostics on fsync failure in sched_sync.Artur Grabowski
2004-08-03Make the code more portable by #ifdef-ing RTF_MPATH. OK henning@Claudio Jeker
2004-08-03only neuter fc builtin if initial shell is not interactiveDan Harnett
ok miod@
2004-08-03forgot mandir. reorder slightly.Marc Espie
2004-08-03Support @sample, tested by fries@.Marc Espie
@mandir and @fontdir keywords recognition.
2004-08-03the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@Todd T. Fries
2004-08-03display route labels with "route get", and allow them to be setHenning Brauer
2004-08-03introduce route labels, allowing for up to 32 bytes of info to be attachedHenning 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-03Rewrite the transport reference count code to avoid leaks.Hakan Olsson
hshoexer@ ok.
2004-08-03- kill a rake of unnecessary .Bk/.Ek macrosJason McIntyre
- simplify SYNOPSIS - sort options - adjust -width for FILES - standard EXAMPLES format - sync usage()
2004-08-03insure -> ensure;Jason McIntyre
2004-08-03Handle geometry parameters as unsigned quantities, getting rid ofOtto 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-03spacingTheo de Raadt
2004-08-03Handle geometry parameters as unsigned quantities, getting rid of negativeOtto Moerbeek
number of sectors on large disks and other similar problems. ok toby@ tom@ deraadt@
2004-08-03tweaks;Jason McIntyre
2004-08-03Xrs from Alexey E. Suslikov;Jason McIntyre
2004-08-03add ifconfig(8) Xr and spacing;Jason McIntyre
from Alexey E. Suslikov;
2004-08-03document SHARED_ONLYMarc Espie
2004-08-03When accessing device nodes over nfs, do not trim major and minor numbersMiod Vallat
to 8 bits only; found the hard way by henning@. Ok deraadt@ marius@ millert@
2004-08-03Document 'syncpeer'.Ryan Thomas McBride
2004-08-03Allow 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-03Allow a unicast ip address to be specified for pfsync to send it's stateRyan Thomas McBride
updates to; this allows pairs of pfsync firewalls to protect the traffic with IPSec.
2004-08-03When creating a file, set its last access and modification times to theJean-Francois Brousseau
last timestamp received by the `Mod-time' command
2004-08-03Move all of the request- and response-specific handlers into separateJean-Francois Brousseau
files and have only the generic function of each type available to the outside
2004-08-03Don't MKADMIN on cvs_file_get()Jean-Francois Brousseau
2004-08-03Fix an annoying error message on checkouts by loading administrativeJean-Francois Brousseau
information from the CVS Entries, Root and Repository files if the CVS directory exists